#21B132

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

Shades of Lime Green #21B132

Tints of Lime Green #21B132

Color information

#21B132 (or 0x21B132) is unknown color: approx Lime Green. HEX triplet: 21, B1 and 32. RGB value is (33,177,50). Sum of RGB (Red+Green+Blue) = 33+177+50=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #21B132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B132 is #DE4ECD. Grayscale: #777777. Windows color (decimal): -14569166 or 3322145. OLE color: 3322145.

HSL color Cylindrical-coordinate representation of color #21B132: hue angle of 127.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B132 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB3317750-
CMYK0.8100.720.31
HSL127.08º68.57%41.18%-
HSV(B)127.08º81.36%69.41%-
XYZ16.93328.3-
YUV119.4788.7966.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 177 (69.53% from 255) = 68.08%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=12.69%
G=68.08%
B=19.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33177500.8100.720.31127.0868.5741.18
Hex21B132510481F7f4529
Octal412616212101103717710551
Binary100001101100011100101010001010010001111111111111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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