Shades of Lime Green #2ECF17
Tints of Lime Green #2ECF17
RGB
CMYK
RGB Variations
Color information
#2ECF17 (or 0x2ECF17) is known color: Lime Green. HEX triplet: 2E, CF and 17. RGB value is (46,207,23). Sum of RGB (Red+Green+Blue) = 46+207+23=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF17 is #D130E8. Grayscale: #8A8A8A. Windows color (decimal): -13709545 or 1560366. OLE color: 1560366.
HSL color Cylindrical-coordinate representation of color #2ECF17: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ECF17 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 23 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.19 |
| HSL | 112.5º | 0.8% | 0.45% | - |
| HSV(B) | 112.5º | 0.89% | 0.81% | - |
| XYZ | 23.59 | 45.27 | 8.3 | - |
| YUV | 137.89 | 63.16 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 23 | 0.78 | 0 | 0.89 | 0.19 | 112.5 | 0.8 | 0.45 |
| Hex | 2E | CF | 17 | 4E | 0 | 59 | 13 | 70 | 50 | 2D |
| Octal | 56 | 317 | 27 | 116 | 0 | 131 | 23 | 160 | 120 | 55 |
| Binary | 101110 | 11001111 | 10111 | 1001110 | 0 | 1011001 | 10011 | 1110000 | 1010000 | 101101 |
Color Harmonies of #2ECF17
Complementary color
Monochromatic Colors of #2ECF17
Black with #2ECF17
Text Example
Text Example
White with #2ECF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF17; }
p { color: rgb(46,207,23); }
H1.HeaderClassName
{
color: #2ECF17;
}
.AnyTagClassName
{
color: #2ECF17;
}
</style>
background-color css
<style>
a { background-color: #2ECF17; }
a { background-color: rgb(46,207,23); }
div.DivClassName
{
background-color: #2ECF17;
}
.BgClassName
{
background-color: #2ECF17;
}
</style>
border-color css
<style>
span { border-color: #2ECF17; }
span { border-color: rgb(46,207,23); }
td.TdClassName
{
border-color: #2ECF17;
}
.TagClassName
{
border-color: #2ECF17;
}
</style>