Shades of Lime Green #21CB15
Tints of Lime Green #21CB15
RGB
CMYK
RGB Variations
Color information
#21CB15 (or 0x21CB15) is known color: Lime Green. HEX triplet: 21, CB and 15. RGB value is (33,203,21). Sum of RGB (Red+Green+Blue) = 33+203+21=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CB15 is #DE34EA. Grayscale: #838383. Windows color (decimal): -14562539 or 1428257. OLE color: 1428257.
HSL color Cylindrical-coordinate representation of color #21CB15: hue angle of 116.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21CB15 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 21 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.20 |
| HSL | 116.04º | 0.81% | 0.44% | - |
| HSV(B) | 116.04º | 0.9% | 0.8% | - |
| XYZ | 22.12 | 43.09 | 7.86 | - |
| YUV | 131.42 | 65.68 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 21 | 0.84 | 0 | 0.90 | 0.20 | 116.04 | 0.81 | 0.44 |
| Hex | 21 | CB | 15 | 54 | 0 | 5A | 14 | 74 | 51 | 2C |
| Octal | 41 | 313 | 25 | 124 | 0 | 132 | 24 | 164 | 121 | 54 |
| Binary | 100001 | 11001011 | 10101 | 1010100 | 0 | 1011010 | 10100 | 1110100 | 1010001 | 101100 |
Color Harmonies of #21CB15
Complementary color
Monochromatic Colors of #21CB15
Black with #21CB15
Text Example
Text Example
White with #21CB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB15; }
p { color: rgb(33,203,21); }
H1.HeaderClassName
{
color: #21CB15;
}
.AnyTagClassName
{
color: #21CB15;
}
</style>
background-color css
<style>
a { background-color: #21CB15; }
a { background-color: rgb(33,203,21); }
div.DivClassName
{
background-color: #21CB15;
}
.BgClassName
{
background-color: #21CB15;
}
</style>
border-color css
<style>
span { border-color: #21CB15; }
span { border-color: rgb(33,203,21); }
td.TdClassName
{
border-color: #21CB15;
}
.TagClassName
{
border-color: #21CB15;
}
</style>