#21B324

Color #21B324 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21B324

Tints of Lime Green #21B324

Color information

#21B324 (or 0x21B324) is unknown color: approx Lime Green. HEX triplet: 21, B3 and 24. RGB value is (33,179,36). Sum of RGB (Red+Green+Blue) = 33+179+36=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #21B324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B324 is #DE4CDB. Grayscale: #777777. Windows color (decimal): -14568668 or 2405153. OLE color: 2405153.

HSL color Cylindrical-coordinate representation of color #21B324: hue angle of 121.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B324 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB3317936-
CMYK0.8200.800.30
HSL121.23º68.87%41.57%-
HSV(B)121.23º81.56%70.2%-
XYZ17.0732.697.08-
YUV119.0481.1366.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 179 (70.31% from 255) = 72.18%
BLUE value IS 36 (14.45% from 255) = 14.52%
R=13.31%
G=72.18%
B=14.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33179360.8200.800.30121.2368.8741.57
Hex21B324520501E79452a
Octal412634412201203617110552
Binary100001101100111001001010010010100001111011110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B324; }

 p { color: rgb(33,179,36); }

 H1.HeaderClassName
 {
   color: #21B324;
 }
 .AnyTagClassName
 {
   color: #21B324;
 }
</style>
background-color css

<style>
 a { background-color: #21B324; }

 a { background-color: rgb(33,179,36); }

 div.DivClassName
 {
   background-color: #21B324;
 }
 .BgClassName
 {
   background-color: #21B324;
 }
</style>
border-color css

<style>
 span { border-color: #21B324; }

 span { border-color: rgb(33,179,36); }

 td.TdClassName
 {
   border-color: #21B324;
 }
 .TagClassName
 {
   border-color: #21B324;
 }
</style>