#21BA36

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

Shades of Lime Green #21BA36

Tints of Lime Green #21BA36

Color information

#21BA36 (or 0x21BA36) is unknown color: approx Lime Green. HEX triplet: 21, BA and 36. RGB value is (33,186,54). Sum of RGB (Red+Green+Blue) = 33+186+54=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA36 is #DE45C9. Grayscale: #7D7D7D. Windows color (decimal): -14566858 or 3586593. OLE color: 3586593.

HSL color Cylindrical-coordinate representation of color #21BA36: hue angle of 128.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA36 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB3318654-
CMYK0.8200.710.27
HSL128.24º69.86%42.94%-
HSV(B)128.24º82.26%72.94%-
XYZ18.8535.719.39-
YUV125.287.8162.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 186 (73.05% from 255) = 68.13%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=12.09%
G=68.13%
B=19.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186540.8200.710.27128.2469.8642.94
Hex21BA36520471B80462b
Octal412726612201073320010653
Binary1000011011101011011010100100100011111011100000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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