Shades of Lime Green #21CE36
Tints of Lime Green #21CE36
RGB
CMYK
RGB Variations
Color information
#21CE36 (or 0x21CE36) is known color: Lime Green. HEX triplet: 21, CE and 36. RGB value is (33,206,54). Sum of RGB (Red+Green+Blue) = 33+206+54=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 206 (80.86% from 255 or 70.31% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE36 is #DE31C9. Grayscale: #898989. Windows color (decimal): -14561738 or 3591713. OLE color: 3591713.
HSL color Cylindrical-coordinate representation of color #21CE36: hue angle of 127.28º degrees, saturation: 0.72, 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 #21CE36 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 54 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.19 |
| HSL | 127.28º | 0.72% | 0.47% | - |
| HSV(B) | 127.28º | 0.84% | 0.81% | - |
| XYZ | 23.36 | 44.73 | 10.89 | - |
| YUV | 136.95 | 81.19 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 54 | 0.84 | 0 | 0.74 | 0.19 | 127.28 | 0.72 | 0.47 |
| Hex | 21 | CE | 36 | 54 | 0 | 4A | 13 | 7F | 48 | 2F |
| Octal | 41 | 316 | 66 | 124 | 0 | 112 | 23 | 177 | 110 | 57 |
| Binary | 100001 | 11001110 | 110110 | 1010100 | 0 | 1001010 | 10011 | 1111111 | 1001000 | 101111 |
Color Harmonies of #21CE36
Complementary color
Monochromatic Colors of #21CE36
Black with #21CE36
Text Example
Text Example
White with #21CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE36; }
p { color: rgb(33,206,54); }
H1.HeaderClassName
{
color: #21CE36;
}
.AnyTagClassName
{
color: #21CE36;
}
</style>
background-color css
<style>
a { background-color: #21CE36; }
a { background-color: rgb(33,206,54); }
div.DivClassName
{
background-color: #21CE36;
}
.BgClassName
{
background-color: #21CE36;
}
</style>
border-color css
<style>
span { border-color: #21CE36; }
span { border-color: rgb(33,206,54); }
td.TdClassName
{
border-color: #21CE36;
}
.TagClassName
{
border-color: #21CE36;
}
</style>