Shades of Lime Green #2EC23C
Tints of Lime Green #2EC23C
RGB
CMYK
RGB Variations
Color information
#2EC23C (or 0x2EC23C) is known color: Lime Green. HEX triplet: 2E, C2 and 3C. RGB value is (46,194,60). Sum of RGB (Red+Green+Blue) = 46+194+60=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC23C is #D13DC3. Grayscale: #868686. Windows color (decimal): -13712836 or 3981870. OLE color: 3981870.
HSL color Cylindrical-coordinate representation of color #2EC23C: hue angle of 125.68º 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 #2EC23C is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 60 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.24 |
| HSL | 125.68º | 0.62% | 0.47% | - |
| HSV(B) | 125.68º | 0.76% | 0.76% | - |
| XYZ | 21.23 | 39.49 | 10.78 | - |
| YUV | 134.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 60 | 0.76 | 0 | 0.69 | 0.24 | 125.68 | 0.62 | 0.47 |
| Hex | 2E | C2 | 3C | 4C | 0 | 45 | 18 | 7E | 3E | 2F |
| Octal | 56 | 302 | 74 | 114 | 0 | 105 | 30 | 176 | 76 | 57 |
| Binary | 101110 | 11000010 | 111100 | 1001100 | 0 | 1000101 | 11000 | 1111110 | 111110 | 101111 |
Color Harmonies of #2EC23C
Complementary color
Monochromatic Colors of #2EC23C
Black with #2EC23C
Text Example
Text Example
White with #2EC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC23C; }
p { color: rgb(46,194,60); }
H1.HeaderClassName
{
color: #2EC23C;
}
.AnyTagClassName
{
color: #2EC23C;
}
</style>
background-color css
<style>
a { background-color: #2EC23C; }
a { background-color: rgb(46,194,60); }
div.DivClassName
{
background-color: #2EC23C;
}
.BgClassName
{
background-color: #2EC23C;
}
</style>
border-color css
<style>
span { border-color: #2EC23C; }
span { border-color: rgb(46,194,60); }
td.TdClassName
{
border-color: #2EC23C;
}
.TagClassName
{
border-color: #2EC23C;
}
</style>