Shades of Lime Green #2ECF20
Tints of Lime Green #2ECF20
RGB
CMYK
RGB Variations
Color information
#2ECF20 (or 0x2ECF20) is known color: Lime Green. HEX triplet: 2E, CF and 20. RGB value is (46,207,32). Sum of RGB (Red+Green+Blue) = 46+207+32=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF20 is #D130DF. Grayscale: #8B8B8B. Windows color (decimal): -13709536 or 2150190. OLE color: 2150190.
HSL color Cylindrical-coordinate representation of color #2ECF20: hue angle of 115.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ECF20 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 32 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.19 |
| HSL | 115.2º | 0.73% | 0.47% | - |
| HSV(B) | 115.2º | 0.85% | 0.81% | - |
| XYZ | 23.7 | 45.31 | 8.86 | - |
| YUV | 138.91 | 67.66 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 32 | 0.78 | 0 | 0.85 | 0.19 | 115.2 | 0.73 | 0.47 |
| Hex | 2E | CF | 20 | 4E | 0 | 55 | 13 | 73 | 49 | 2F |
| Octal | 56 | 317 | 40 | 116 | 0 | 125 | 23 | 163 | 111 | 57 |
| Binary | 101110 | 11001111 | 100000 | 1001110 | 0 | 1010101 | 10011 | 1110011 | 1001001 | 101111 |
Color Harmonies of #2ECF20
Complementary color
Monochromatic Colors of #2ECF20
Black with #2ECF20
Text Example
Text Example
White with #2ECF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF20; }
p { color: rgb(46,207,32); }
H1.HeaderClassName
{
color: #2ECF20;
}
.AnyTagClassName
{
color: #2ECF20;
}
</style>
background-color css
<style>
a { background-color: #2ECF20; }
a { background-color: rgb(46,207,32); }
div.DivClassName
{
background-color: #2ECF20;
}
.BgClassName
{
background-color: #2ECF20;
}
</style>
border-color css
<style>
span { border-color: #2ECF20; }
span { border-color: rgb(46,207,32); }
td.TdClassName
{
border-color: #2ECF20;
}
.TagClassName
{
border-color: #2ECF20;
}
</style>