Shades of Lime Green #2ECB42
Tints of Lime Green #2ECB42
RGB
CMYK
RGB Variations
Color information
#2ECB42 (or 0x2ECB42) is known color: Lime Green. HEX triplet: 2E, CB and 42. RGB value is (46,203,66). Sum of RGB (Red+Green+Blue) = 46+203+66=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB42 is #D134BD. Grayscale: #8C8C8C. Windows color (decimal): -13710526 or 4377390. OLE color: 4377390.
HSL color Cylindrical-coordinate representation of color #2ECB42: hue angle of 127.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB42 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 66 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.20 |
| HSL | 127.64º | 0.63% | 0.49% | - |
| HSV(B) | 127.64º | 0.77% | 0.8% | - |
| XYZ | 23.47 | 43.69 | 12.35 | - |
| YUV | 140.44 | 85.99 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 66 | 0.77 | 0 | 0.67 | 0.20 | 127.64 | 0.63 | 0.49 |
| Hex | 2E | CB | 42 | 4D | 0 | 43 | 14 | 80 | 3F | 31 |
| Octal | 56 | 313 | 102 | 115 | 0 | 103 | 24 | 200 | 77 | 61 |
| Binary | 101110 | 11001011 | 1000010 | 1001101 | 0 | 1000011 | 10100 | 10000000 | 111111 | 110001 |
Color Harmonies of #2ECB42
Complementary color
Monochromatic Colors of #2ECB42
Black with #2ECB42
Text Example
Text Example
White with #2ECB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB42; }
p { color: rgb(46,203,66); }
H1.HeaderClassName
{
color: #2ECB42;
}
.AnyTagClassName
{
color: #2ECB42;
}
</style>
background-color css
<style>
a { background-color: #2ECB42; }
a { background-color: rgb(46,203,66); }
div.DivClassName
{
background-color: #2ECB42;
}
.BgClassName
{
background-color: #2ECB42;
}
</style>
border-color css
<style>
span { border-color: #2ECB42; }
span { border-color: rgb(46,203,66); }
td.TdClassName
{
border-color: #2ECB42;
}
.TagClassName
{
border-color: #2ECB42;
}
</style>