#21B61D

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

Shades of Lime Green #21B61D

Tints of Lime Green #21B61D

Color information

#21B61D (or 0x21B61D) is unknown color: approx Lime Green. HEX triplet: 21, B6 and 1D. RGB value is (33,182,29). Sum of RGB (Red+Green+Blue) = 33+182+29=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 182 (71.48% from 255 or 74.59% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 182 - color contains mainly: green. Hex color #21B61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B61D is #DE49E2. Grayscale: #787878. Windows color (decimal): -14567907 or 1947169. OLE color: 1947169.

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

Color convert

RGB3318229-
CMYK0.8200.840.29
HSL118.43º72.51%41.37%-
HSV(B)118.43º84.07%71.37%-
XYZ17.5833.876.77-
YUV120.0176.6465.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 182 (71.48% from 255) = 74.59%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=13.52%
G=74.59%
B=11.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33182290.8200.840.29118.4372.5141.37
Hex21B61D520541D764929
Octal412663512201243516611151
Binary10000110110110111011010010010101001110111101101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,182,29); }

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

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

 a { background-color: rgb(33,182,29); }

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

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

 span { border-color: rgb(33,182,29); }

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