Shades of Lime Green #2ECF2A
Tints of Lime Green #2ECF2A
RGB
CMYK
RGB Variations
Color information
#2ECF2A (or 0x2ECF2A) is known color: Lime Green. HEX triplet: 2E, CF and 2A. RGB value is (46,207,42). Sum of RGB (Red+Green+Blue) = 46+207+42=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF2A is #D130D5. Grayscale: #8C8C8C. Windows color (decimal): -13709526 or 2805550. OLE color: 2805550.
HSL color Cylindrical-coordinate representation of color #2ECF2A: hue angle of 118.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECF2A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 42 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.19 |
| HSL | 118.55º | 0.66% | 0.49% | - |
| HSV(B) | 118.55º | 0.8% | 0.81% | - |
| XYZ | 23.86 | 45.37 | 9.69 | - |
| YUV | 140.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 42 | 0.78 | 0 | 0.80 | 0.19 | 118.55 | 0.66 | 0.49 |
| Hex | 2E | CF | 2A | 4E | 0 | 50 | 13 | 77 | 42 | 31 |
| Octal | 56 | 317 | 52 | 116 | 0 | 120 | 23 | 167 | 102 | 61 |
| Binary | 101110 | 11001111 | 101010 | 1001110 | 0 | 1010000 | 10011 | 1110111 | 1000010 | 110001 |
Color Harmonies of #2ECF2A
Complementary color
Monochromatic Colors of #2ECF2A
Black with #2ECF2A
Text Example
Text Example
White with #2ECF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF2A; }
p { color: rgb(46,207,42); }
H1.HeaderClassName
{
color: #2ECF2A;
}
.AnyTagClassName
{
color: #2ECF2A;
}
</style>
background-color css
<style>
a { background-color: #2ECF2A; }
a { background-color: rgb(46,207,42); }
div.DivClassName
{
background-color: #2ECF2A;
}
.BgClassName
{
background-color: #2ECF2A;
}
</style>
border-color css
<style>
span { border-color: #2ECF2A; }
span { border-color: rgb(46,207,42); }
td.TdClassName
{
border-color: #2ECF2A;
}
.TagClassName
{
border-color: #2ECF2A;
}
</style>