#21B536

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

Shades of Lime Green #21B536

Tints of Lime Green #21B536

Color information

#21B536 (or 0x21B536) is unknown color: approx Lime Green. HEX triplet: 21, B5 and 36. RGB value is (33,181,54). Sum of RGB (Red+Green+Blue) = 33+181+54=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #21B536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B536 is #DE4AC9. Grayscale: #7A7A7A. Windows color (decimal): -14568138 or 3585313. OLE color: 3585313.

HSL color Cylindrical-coordinate representation of color #21B536: hue angle of 128.51º 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 #21B536 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB3318154-
CMYK0.8200.700.29
HSL128.51º69.16%41.96%-
HSV(B)128.51º81.77%70.98%-
XYZ17.8233.649.04-
YUV122.2789.4764.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 181 (71.09% from 255) = 67.54%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=12.31%
G=67.54%
B=20.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33181540.8200.700.29128.5169.1641.96
Hex21B536520461D81452a
Octal412656612201063520110552
Binary1000011011010111011010100100100011011101100000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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