Shades of Lime Green #21CF2F
Tints of Lime Green #21CF2F
RGB
CMYK
RGB Variations
Color information
#21CF2F (or 0x21CF2F) is known color: Lime Green. HEX triplet: 21, CF and 2F. RGB value is (33,207,47). Sum of RGB (Red+Green+Blue) = 33+207+47=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF2F is #DE30D0. Grayscale: #898989. Windows color (decimal): -14561489 or 3133217. OLE color: 3133217.
HSL color Cylindrical-coordinate representation of color #21CF2F: hue angle of 124.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF2F is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 47 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.19 |
| HSL | 124.83º | 0.73% | 0.47% | - |
| HSV(B) | 124.83º | 0.84% | 0.81% | - |
| XYZ | 23.45 | 45.15 | 10.17 | - |
| YUV | 136.73 | 77.35 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 47 | 0.84 | 0 | 0.77 | 0.19 | 124.83 | 0.73 | 0.47 |
| Hex | 21 | CF | 2F | 54 | 0 | 4D | 13 | 7D | 48 | 2F |
| Octal | 41 | 317 | 57 | 124 | 0 | 115 | 23 | 175 | 110 | 57 |
| Binary | 100001 | 11001111 | 101111 | 1010100 | 0 | 1001101 | 10011 | 1111101 | 1001000 | 101111 |
Color Harmonies of #21CF2F
Complementary color
Monochromatic Colors of #21CF2F
Black with #21CF2F
Text Example
Text Example
White with #21CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF2F; }
p { color: rgb(33,207,47); }
H1.HeaderClassName
{
color: #21CF2F;
}
.AnyTagClassName
{
color: #21CF2F;
}
</style>
background-color css
<style>
a { background-color: #21CF2F; }
a { background-color: rgb(33,207,47); }
div.DivClassName
{
background-color: #21CF2F;
}
.BgClassName
{
background-color: #21CF2F;
}
</style>
border-color css
<style>
span { border-color: #21CF2F; }
span { border-color: rgb(33,207,47); }
td.TdClassName
{
border-color: #21CF2F;
}
.TagClassName
{
border-color: #21CF2F;
}
</style>