Shades of Lime Green #2ECF13
Tints of Lime Green #2ECF13
RGB
CMYK
RGB Variations
Color information
#2ECF13 (or 0x2ECF13) is known color: Lime Green. HEX triplet: 2E, CF and 13. RGB value is (46,207,19). Sum of RGB (Red+Green+Blue) = 46+207+19=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF13 is #D130EC. Grayscale: #8A8A8A. Windows color (decimal): -13709549 or 1298222. OLE color: 1298222.
HSL color Cylindrical-coordinate representation of color #2ECF13: hue angle of 111.38º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ECF13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.19 |
| HSL | 111.38º | 0.83% | 0.44% | - |
| HSV(B) | 111.38º | 0.91% | 0.81% | - |
| XYZ | 23.56 | 45.25 | 8.11 | - |
| YUV | 137.43 | 61.16 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 19 | 0.78 | 0 | 0.91 | 0.19 | 111.38 | 0.83 | 0.44 |
| Hex | 2E | CF | 13 | 4E | 0 | 5B | 13 | 6F | 53 | 2C |
| Octal | 56 | 317 | 23 | 116 | 0 | 133 | 23 | 157 | 123 | 54 |
| Binary | 101110 | 11001111 | 10011 | 1001110 | 0 | 1011011 | 10011 | 1101111 | 1010011 | 101100 |
Color Harmonies of #2ECF13
Complementary color
Monochromatic Colors of #2ECF13
Black with #2ECF13
Text Example
Text Example
White with #2ECF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF13; }
p { color: rgb(46,207,19); }
H1.HeaderClassName
{
color: #2ECF13;
}
.AnyTagClassName
{
color: #2ECF13;
}
</style>
background-color css
<style>
a { background-color: #2ECF13; }
a { background-color: rgb(46,207,19); }
div.DivClassName
{
background-color: #2ECF13;
}
.BgClassName
{
background-color: #2ECF13;
}
</style>
border-color css
<style>
span { border-color: #2ECF13; }
span { border-color: rgb(46,207,19); }
td.TdClassName
{
border-color: #2ECF13;
}
.TagClassName
{
border-color: #2ECF13;
}
</style>