Shades of Lime Green #21CF29
Tints of Lime Green #21CF29
RGB
CMYK
RGB Variations
Color information
#21CF29 (or 0x21CF29) is known color: Lime Green. HEX triplet: 21, CF and 29. RGB value is (33,207,41). Sum of RGB (Red+Green+Blue) = 33+207+41=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF29 is #DE30D6. Grayscale: #888888. Windows color (decimal): -14561495 or 2740001. OLE color: 2740001.
HSL color Cylindrical-coordinate representation of color #21CF29: hue angle of 122.76º 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 #21CF29 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 41 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.19 |
| HSL | 122.76º | 0.73% | 0.47% | - |
| HSV(B) | 122.76º | 0.84% | 0.81% | - |
| XYZ | 23.34 | 45.11 | 9.57 | - |
| YUV | 136.05 | 74.35 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 41 | 0.84 | 0 | 0.80 | 0.19 | 122.76 | 0.73 | 0.47 |
| Hex | 21 | CF | 29 | 54 | 0 | 50 | 13 | 7B | 48 | 2F |
| Octal | 41 | 317 | 51 | 124 | 0 | 120 | 23 | 173 | 110 | 57 |
| Binary | 100001 | 11001111 | 101001 | 1010100 | 0 | 1010000 | 10011 | 1111011 | 1001000 | 101111 |
Color Harmonies of #21CF29
Complementary color
Monochromatic Colors of #21CF29
Black with #21CF29
Text Example
Text Example
White with #21CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF29; }
p { color: rgb(33,207,41); }
H1.HeaderClassName
{
color: #21CF29;
}
.AnyTagClassName
{
color: #21CF29;
}
</style>
background-color css
<style>
a { background-color: #21CF29; }
a { background-color: rgb(33,207,41); }
div.DivClassName
{
background-color: #21CF29;
}
.BgClassName
{
background-color: #21CF29;
}
</style>
border-color css
<style>
span { border-color: #21CF29; }
span { border-color: rgb(33,207,41); }
td.TdClassName
{
border-color: #21CF29;
}
.TagClassName
{
border-color: #21CF29;
}
</style>