Shades of Lime Green #2EC33B
Tints of Lime Green #2EC33B
RGB
CMYK
RGB Variations
Color information
#2EC33B (or 0x2EC33B) is known color: Lime Green. HEX triplet: 2E, C3 and 3B. RGB value is (46,195,59). Sum of RGB (Red+Green+Blue) = 46+195+59=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC33B is #D13CC4. Grayscale: #878787. Windows color (decimal): -13712581 or 3916590. OLE color: 3916590.
HSL color Cylindrical-coordinate representation of color #2EC33B: hue angle of 125.23º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC33B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 59 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.24 |
| HSL | 125.23º | 0.62% | 0.47% | - |
| HSV(B) | 125.23º | 0.76% | 0.76% | - |
| XYZ | 21.43 | 39.93 | 10.71 | - |
| YUV | 134.95 | 85.14 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 59 | 0.76 | 0 | 0.70 | 0.24 | 125.23 | 0.62 | 0.47 |
| Hex | 2E | C3 | 3B | 4C | 0 | 46 | 18 | 7D | 3E | 2F |
| Octal | 56 | 303 | 73 | 114 | 0 | 106 | 30 | 175 | 76 | 57 |
| Binary | 101110 | 11000011 | 111011 | 1001100 | 0 | 1000110 | 11000 | 1111101 | 111110 | 101111 |
Color Harmonies of #2EC33B
Complementary color
Monochromatic Colors of #2EC33B
Black with #2EC33B
Text Example
Text Example
White with #2EC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC33B; }
p { color: rgb(46,195,59); }
H1.HeaderClassName
{
color: #2EC33B;
}
.AnyTagClassName
{
color: #2EC33B;
}
</style>
background-color css
<style>
a { background-color: #2EC33B; }
a { background-color: rgb(46,195,59); }
div.DivClassName
{
background-color: #2EC33B;
}
.BgClassName
{
background-color: #2EC33B;
}
</style>
border-color css
<style>
span { border-color: #2EC33B; }
span { border-color: rgb(46,195,59); }
td.TdClassName
{
border-color: #2EC33B;
}
.TagClassName
{
border-color: #2EC33B;
}
</style>