Shades of Lime Green #21C02F
Tints of Lime Green #21C02F
RGB
CMYK
RGB Variations
Color information
#21C02F (or 0x21C02F) is known color: Lime Green. HEX triplet: 21, C0 and 2F. RGB value is (33,192,47). Sum of RGB (Red+Green+Blue) = 33+192+47=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #21C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C02F is #DE3FD0. Grayscale: #808080. Windows color (decimal): -14565329 or 3129377. OLE color: 3129377.
HSL color Cylindrical-coordinate representation of color #21C02F: hue angle of 125.28º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C02F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 47 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.25 |
| HSL | 125.28º | 0.71% | 0.44% | - |
| HSV(B) | 125.28º | 0.83% | 0.75% | - |
| XYZ | 19.99 | 38.23 | 9.01 | - |
| YUV | 127.93 | 82.32 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 47 | 0.83 | 0 | 0.76 | 0.25 | 125.28 | 0.71 | 0.44 |
| Hex | 21 | C0 | 2F | 53 | 0 | 4C | 19 | 7D | 47 | 2C |
| Octal | 41 | 300 | 57 | 123 | 0 | 114 | 31 | 175 | 107 | 54 |
| Binary | 100001 | 11000000 | 101111 | 1010011 | 0 | 1001100 | 11001 | 1111101 | 1000111 | 101100 |
Color Harmonies of #21C02F
Complementary color
Monochromatic Colors of #21C02F
Black with #21C02F
Text Example
Text Example
White with #21C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C02F; }
p { color: rgb(33,192,47); }
H1.HeaderClassName
{
color: #21C02F;
}
.AnyTagClassName
{
color: #21C02F;
}
</style>
background-color css
<style>
a { background-color: #21C02F; }
a { background-color: rgb(33,192,47); }
div.DivClassName
{
background-color: #21C02F;
}
.BgClassName
{
background-color: #21C02F;
}
</style>
border-color css
<style>
span { border-color: #21C02F; }
span { border-color: rgb(33,192,47); }
td.TdClassName
{
border-color: #21C02F;
}
.TagClassName
{
border-color: #21C02F;
}
</style>