Shades of Lime Green #21EC2E
Tints of Lime Green #21EC2E
RGB
CMYK
RGB Variations
Color information
#21EC2E (or 0x21EC2E) is known color: Lime Green. HEX triplet: 21, EC and 2E. RGB value is (33,236,46). Sum of RGB (Red+Green+Blue) = 33+236+46=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC2E is #DE13D1. Grayscale: #9A9A9A. Windows color (decimal): -14554066 or 3075105. OLE color: 3075105.
HSL color Cylindrical-coordinate representation of color #21EC2E: hue angle of 123.84º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC2E is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 46 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.07 |
| HSL | 123.84º | 0.84% | 0.53% | - |
| HSV(B) | 123.84º | 0.86% | 0.93% | - |
| XYZ | 31.12 | 60.51 | 12.62 | - |
| YUV | 153.64 | 67.25 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 46 | 0.86 | 0 | 0.81 | 0.07 | 123.84 | 0.84 | 0.53 |
| Hex | 21 | EC | 2E | 56 | 0 | 51 | 7 | 7C | 54 | 35 |
| Octal | 41 | 354 | 56 | 126 | 0 | 121 | 7 | 174 | 124 | 65 |
| Binary | 100001 | 11101100 | 101110 | 1010110 | 0 | 1010001 | 111 | 1111100 | 1010100 | 110101 |
Color Harmonies of #21EC2E
Complementary color
Monochromatic Colors of #21EC2E
Black with #21EC2E
Text Example
Text Example
White with #21EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC2E; }
p { color: rgb(33,236,46); }
H1.HeaderClassName
{
color: #21EC2E;
}
.AnyTagClassName
{
color: #21EC2E;
}
</style>
background-color css
<style>
a { background-color: #21EC2E; }
a { background-color: rgb(33,236,46); }
div.DivClassName
{
background-color: #21EC2E;
}
.BgClassName
{
background-color: #21EC2E;
}
</style>
border-color css
<style>
span { border-color: #21EC2E; }
span { border-color: rgb(33,236,46); }
td.TdClassName
{
border-color: #21EC2E;
}
.TagClassName
{
border-color: #21EC2E;
}
</style>