Shades of Lime Green #2ECA21
Tints of Lime Green #2ECA21
RGB
CMYK
RGB Variations
Color information
#2ECA21 (or 0x2ECA21) is known color: Lime Green. HEX triplet: 2E, CA and 21. RGB value is (46,202,33). Sum of RGB (Red+Green+Blue) = 46+202+33=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA21 is #D135DE. Grayscale: #888888. Windows color (decimal): -13710815 or 2214446. OLE color: 2214446.
HSL color Cylindrical-coordinate representation of color #2ECA21: hue angle of 115.38º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ECA21 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 33 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.21 |
| HSL | 115.38º | 0.72% | 0.46% | - |
| HSV(B) | 115.38º | 0.84% | 0.79% | - |
| XYZ | 22.52 | 42.93 | 8.54 | - |
| YUV | 136.09 | 69.82 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 33 | 0.77 | 0 | 0.84 | 0.21 | 115.38 | 0.72 | 0.46 |
| Hex | 2E | CA | 21 | 4D | 0 | 54 | 15 | 73 | 48 | 2E |
| Octal | 56 | 312 | 41 | 115 | 0 | 124 | 25 | 163 | 110 | 56 |
| Binary | 101110 | 11001010 | 100001 | 1001101 | 0 | 1010100 | 10101 | 1110011 | 1001000 | 101110 |
Color Harmonies of #2ECA21
Complementary color
Monochromatic Colors of #2ECA21
Black with #2ECA21
Text Example
Text Example
White with #2ECA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA21; }
p { color: rgb(46,202,33); }
H1.HeaderClassName
{
color: #2ECA21;
}
.AnyTagClassName
{
color: #2ECA21;
}
</style>
background-color css
<style>
a { background-color: #2ECA21; }
a { background-color: rgb(46,202,33); }
div.DivClassName
{
background-color: #2ECA21;
}
.BgClassName
{
background-color: #2ECA21;
}
</style>
border-color css
<style>
span { border-color: #2ECA21; }
span { border-color: rgb(46,202,33); }
td.TdClassName
{
border-color: #2ECA21;
}
.TagClassName
{
border-color: #2ECA21;
}
</style>