Shades of Lime Green #21CF02
Tints of Lime Green #21CF02
RGB
CMYK
RGB Variations
Color information
#21CF02 (or 0x21CF02) is known color: Lime Green. HEX triplet: 21, CF and 02. RGB value is (33,207,2). Sum of RGB (Red+Green+Blue) = 33+207+2=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 207 (81.25% from 255 or 85.54% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF02 is #DE30FD. Grayscale: #848484. Windows color (decimal): -14561534 or 184097. OLE color: 184097.
HSL color Cylindrical-coordinate representation of color #21CF02: hue angle of 110.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21CF02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.19 |
| HSL | 110.93º | 0.98% | 0.41% | - |
| HSV(B) | 110.93º | 0.99% | 0.81% | - |
| XYZ | 22.95 | 44.95 | 7.52 | - |
| YUV | 131.6 | 54.85 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 2 | 0.84 | 0 | 0.99 | 0.19 | 110.93 | 0.98 | 0.41 |
| Hex | 21 | CF | 2 | 54 | 0 | 63 | 13 | 6F | 62 | 29 |
| Octal | 41 | 317 | 2 | 124 | 0 | 143 | 23 | 157 | 142 | 51 |
| Binary | 100001 | 11001111 | 10 | 1010100 | 0 | 1100011 | 10011 | 1101111 | 1100010 | 101001 |
Color Harmonies of #21CF02
Complementary color
Monochromatic Colors of #21CF02
Black with #21CF02
Text Example
Text Example
White with #21CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF02; }
p { color: rgb(33,207,2); }
H1.HeaderClassName
{
color: #21CF02;
}
.AnyTagClassName
{
color: #21CF02;
}
</style>
background-color css
<style>
a { background-color: #21CF02; }
a { background-color: rgb(33,207,2); }
div.DivClassName
{
background-color: #21CF02;
}
.BgClassName
{
background-color: #21CF02;
}
</style>
border-color css
<style>
span { border-color: #21CF02; }
span { border-color: rgb(33,207,2); }
td.TdClassName
{
border-color: #21CF02;
}
.TagClassName
{
border-color: #21CF02;
}
</style>