Shades of Lime Green #21CE2E
Tints of Lime Green #21CE2E
RGB
CMYK
RGB Variations
Color information
#21CE2E (or 0x21CE2E) is known color: Lime Green. HEX triplet: 21, CE and 2E. RGB value is (33,206,46). Sum of RGB (Red+Green+Blue) = 33+206+46=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE2E is #DE31D1. Grayscale: #888888. Windows color (decimal): -14561746 or 3067425. OLE color: 3067425.
HSL color Cylindrical-coordinate representation of color #21CE2E: hue angle of 124.51º 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 #21CE2E is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 46 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.19 |
| HSL | 124.51º | 0.72% | 0.47% | - |
| HSV(B) | 124.51º | 0.84% | 0.81% | - |
| XYZ | 23.19 | 44.66 | 9.98 | - |
| YUV | 136.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 46 | 0.84 | 0 | 0.78 | 0.19 | 124.51 | 0.72 | 0.47 |
| Hex | 21 | CE | 2E | 54 | 0 | 4E | 13 | 7D | 48 | 2F |
| Octal | 41 | 316 | 56 | 124 | 0 | 116 | 23 | 175 | 110 | 57 |
| Binary | 100001 | 11001110 | 101110 | 1010100 | 0 | 1001110 | 10011 | 1111101 | 1001000 | 101111 |
Color Harmonies of #21CE2E
Complementary color
Monochromatic Colors of #21CE2E
Black with #21CE2E
Text Example
Text Example
White with #21CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE2E; }
p { color: rgb(33,206,46); }
H1.HeaderClassName
{
color: #21CE2E;
}
.AnyTagClassName
{
color: #21CE2E;
}
</style>
background-color css
<style>
a { background-color: #21CE2E; }
a { background-color: rgb(33,206,46); }
div.DivClassName
{
background-color: #21CE2E;
}
.BgClassName
{
background-color: #21CE2E;
}
</style>
border-color css
<style>
span { border-color: #21CE2E; }
span { border-color: rgb(33,206,46); }
td.TdClassName
{
border-color: #21CE2E;
}
.TagClassName
{
border-color: #21CE2E;
}
</style>