#21bb32

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

Shades of Lime Green #21BB32

Tints of Lime Green #21BB32

Color information

#21BB32 (or 0x21BB32) is unknown color: approx Lime Green. HEX triplet: 21, BB and 32. RGB value is (33,187,50). Sum of RGB (Red+Green+Blue) = 33+187+50=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BB32 is #DE44CD. Grayscale: #7D7D7D. Windows color (decimal): -14566606 or 3324705. OLE color: 3324705.

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

Color convert

RGB3318750-
CMYK0.8200.730.27
HSL126.62º70%43.14%-
HSV(B)126.62º82.35%73.33%-
XYZ18.9736.098.98-
YUV125.3485.4862.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 187 (73.44% from 255) = 69.26%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=12.22%
G=69.26%
B=18.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33187500.8200.730.27126.627043.14
Hex21BB32520491B7f462b
Octal412736212201113317710653
Binary100001101110111100101010010010010011101111111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21bb32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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