Shades of Lime Green #21CF05
Tints of Lime Green #21CF05
RGB
CMYK
RGB Variations
Color information
#21CF05 (or 0x21CF05) is known color: Lime Green. HEX triplet: 21, CF and 05. RGB value is (33,207,5). Sum of RGB (Red+Green+Blue) = 33+207+5=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF05 is #DE30FA. Grayscale: #848484. Windows color (decimal): -14561531 or 380705. OLE color: 380705.
HSL color Cylindrical-coordinate representation of color #21CF05: hue angle of 111.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21CF05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.19 |
| HSL | 111.68º | 0.95% | 0.42% | - |
| HSV(B) | 111.68º | 0.98% | 0.81% | - |
| XYZ | 22.97 | 44.96 | 7.61 | - |
| YUV | 131.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 5 | 0.84 | 0 | 0.98 | 0.19 | 111.68 | 0.95 | 0.42 |
| Hex | 21 | CF | 5 | 54 | 0 | 62 | 13 | 70 | 5F | 2A |
| Octal | 41 | 317 | 5 | 124 | 0 | 142 | 23 | 160 | 137 | 52 |
| Binary | 100001 | 11001111 | 101 | 1010100 | 0 | 1100010 | 10011 | 1110000 | 1011111 | 101010 |
Color Harmonies of #21CF05
Complementary color
Monochromatic Colors of #21CF05
Black with #21CF05
Text Example
Text Example
White with #21CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF05; }
p { color: rgb(33,207,5); }
H1.HeaderClassName
{
color: #21CF05;
}
.AnyTagClassName
{
color: #21CF05;
}
</style>
background-color css
<style>
a { background-color: #21CF05; }
a { background-color: rgb(33,207,5); }
div.DivClassName
{
background-color: #21CF05;
}
.BgClassName
{
background-color: #21CF05;
}
</style>
border-color css
<style>
span { border-color: #21CF05; }
span { border-color: rgb(33,207,5); }
td.TdClassName
{
border-color: #21CF05;
}
.TagClassName
{
border-color: #21CF05;
}
</style>