Shades of Lime Green #21D439
Tints of Lime Green #21D439
RGB
CMYK
RGB Variations
Color information
#21D439 (or 0x21D439) is known color: Lime Green. HEX triplet: 21, D4 and 39. RGB value is (33,212,57). Sum of RGB (Red+Green+Blue) = 33+212+57=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 212 (83.20% from 255 or 70.20% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 212 - color contains mainly: green. Hex color #21D439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D439 is #DE2BC6. Grayscale: #8D8D8D. Windows color (decimal): -14560199 or 3789857. OLE color: 3789857.
HSL color Cylindrical-coordinate representation of color #21D439: hue angle of 128.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D439 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 57 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.17 |
| HSL | 128.04º | 0.73% | 0.48% | - |
| HSV(B) | 128.04º | 0.84% | 0.83% | - |
| XYZ | 24.91 | 47.71 | 11.77 | - |
| YUV | 140.81 | 80.7 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 57 | 0.84 | 0 | 0.73 | 0.17 | 128.04 | 0.73 | 0.48 |
| Hex | 21 | D4 | 39 | 54 | 0 | 49 | 11 | 80 | 49 | 30 |
| Octal | 41 | 324 | 71 | 124 | 0 | 111 | 21 | 200 | 111 | 60 |
| Binary | 100001 | 11010100 | 111001 | 1010100 | 0 | 1001001 | 10001 | 10000000 | 1001001 | 110000 |
Color Harmonies of #21D439
Complementary color
Monochromatic Colors of #21D439
Black with #21D439
Text Example
Text Example
White with #21D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D439; }
p { color: rgb(33,212,57); }
H1.HeaderClassName
{
color: #21D439;
}
.AnyTagClassName
{
color: #21D439;
}
</style>
background-color css
<style>
a { background-color: #21D439; }
a { background-color: rgb(33,212,57); }
div.DivClassName
{
background-color: #21D439;
}
.BgClassName
{
background-color: #21D439;
}
</style>
border-color css
<style>
span { border-color: #21D439; }
span { border-color: rgb(33,212,57); }
td.TdClassName
{
border-color: #21D439;
}
.TagClassName
{
border-color: #21D439;
}
</style>