#21b532

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

Shades of Lime Green #21B532

Tints of Lime Green #21B532

Color information

#21B532 (or 0x21B532) is unknown color: approx Lime Green. HEX triplet: 21, B5 and 32. RGB value is (33,181,50). Sum of RGB (Red+Green+Blue) = 33+181+50=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #21B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B532 is #DE4ACD. Grayscale: #7A7A7A. Windows color (decimal): -14568142 or 3323169. OLE color: 3323169.

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

Color convert

RGB3318150-
CMYK0.8200.720.29
HSL126.89º69.16%41.96%-
HSV(B)126.89º81.77%70.98%-
XYZ17.7333.68.57-
YUV121.8187.4764.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 181 (71.09% from 255) = 68.56%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=12.5%
G=68.56%
B=18.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33181500.8200.720.29126.8969.1641.96
Hex21B532520481D7f452a
Octal412656212201103517710552
Binary100001101101011100101010010010010001110111111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,181,50); }

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

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

 a { background-color: rgb(33,181,50); }

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

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

 span { border-color: rgb(33,181,50); }

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