Shades of Lime Green #21CF11
Tints of Lime Green #21CF11
RGB
CMYK
RGB Variations
Color information
#21CF11 (or 0x21CF11) is known color: Lime Green. HEX triplet: 21, CF and 11. RGB value is (33,207,17). Sum of RGB (Red+Green+Blue) = 33+207+17=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF11 is #DE30EE. Grayscale: #858585. Windows color (decimal): -14561519 or 1167137. OLE color: 1167137.
HSL color Cylindrical-coordinate representation of color #21CF11: hue angle of 114.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21CF11 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 17 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.19 |
| HSL | 114.95º | 0.85% | 0.44% | - |
| HSV(B) | 114.95º | 0.92% | 0.81% | - |
| XYZ | 23.04 | 44.99 | 8 | - |
| YUV | 133.31 | 62.35 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 17 | 0.84 | 0 | 0.92 | 0.19 | 114.95 | 0.85 | 0.44 |
| Hex | 21 | CF | 11 | 54 | 0 | 5C | 13 | 73 | 55 | 2C |
| Octal | 41 | 317 | 21 | 124 | 0 | 134 | 23 | 163 | 125 | 54 |
| Binary | 100001 | 11001111 | 10001 | 1010100 | 0 | 1011100 | 10011 | 1110011 | 1010101 | 101100 |
Color Harmonies of #21CF11
Complementary color
Monochromatic Colors of #21CF11
Black with #21CF11
Text Example
Text Example
White with #21CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF11; }
p { color: rgb(33,207,17); }
H1.HeaderClassName
{
color: #21CF11;
}
.AnyTagClassName
{
color: #21CF11;
}
</style>
background-color css
<style>
a { background-color: #21CF11; }
a { background-color: rgb(33,207,17); }
div.DivClassName
{
background-color: #21CF11;
}
.BgClassName
{
background-color: #21CF11;
}
</style>
border-color css
<style>
span { border-color: #21CF11; }
span { border-color: rgb(33,207,17); }
td.TdClassName
{
border-color: #21CF11;
}
.TagClassName
{
border-color: #21CF11;
}
</style>