Shades of Lime Green #2ECE35
Tints of Lime Green #2ECE35
RGB
CMYK
RGB Variations
Color information
#2ECE35 (or 0x2ECE35) is known color: Lime Green. HEX triplet: 2E, CE and 35. RGB value is (46,206,53). Sum of RGB (Red+Green+Blue) = 46+206+53=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE35 is #D131CA. Grayscale: #8D8D8D. Windows color (decimal): -13709771 or 3526190. OLE color: 3526190.
HSL color Cylindrical-coordinate representation of color #2ECE35: hue angle of 122.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE35 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 53 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.19 |
| HSL | 122.63º | 0.63% | 0.49% | - |
| HSV(B) | 122.63º | 0.78% | 0.81% | - |
| XYZ | 23.84 | 44.98 | 10.79 | - |
| YUV | 140.72 | 78.49 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 53 | 0.78 | 0 | 0.74 | 0.19 | 122.63 | 0.63 | 0.49 |
| Hex | 2E | CE | 35 | 4E | 0 | 4A | 13 | 7B | 3F | 31 |
| Octal | 56 | 316 | 65 | 116 | 0 | 112 | 23 | 173 | 77 | 61 |
| Binary | 101110 | 11001110 | 110101 | 1001110 | 0 | 1001010 | 10011 | 1111011 | 111111 | 110001 |
Color Harmonies of #2ECE35
Complementary color
Monochromatic Colors of #2ECE35
Black with #2ECE35
Text Example
Text Example
White with #2ECE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECE35; }
p { color: rgb(46,206,53); }
H1.HeaderClassName
{
color: #2ECE35;
}
.AnyTagClassName
{
color: #2ECE35;
}
</style>
background-color css
<style>
a { background-color: #2ECE35; }
a { background-color: rgb(46,206,53); }
div.DivClassName
{
background-color: #2ECE35;
}
.BgClassName
{
background-color: #2ECE35;
}
</style>
border-color css
<style>
span { border-color: #2ECE35; }
span { border-color: rgb(46,206,53); }
td.TdClassName
{
border-color: #2ECE35;
}
.TagClassName
{
border-color: #2ECE35;
}
</style>