Shades of Lime Green #2EE03C
Tints of Lime Green #2EE03C
RGB
CMYK
RGB Variations
Color information
#2EE03C (or 0x2EE03C) is known color: Lime Green. HEX triplet: 2E, E0 and 3C. RGB value is (46,224,60). Sum of RGB (Red+Green+Blue) = 46+224+60=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE03C is #D11FC3. Grayscale: #989898. Windows color (decimal): -13705156 or 3989550. OLE color: 3989550.
HSL color Cylindrical-coordinate representation of color #2EE03C: hue angle of 124.72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE03C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 60 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.12 |
| HSL | 124.72º | 0.74% | 0.53% | - |
| HSV(B) | 124.72º | 0.79% | 0.88% | - |
| XYZ | 28.6 | 54.22 | 13.23 | - |
| YUV | 152.08 | 76.03 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 60 | 0.79 | 0 | 0.73 | 0.12 | 124.72 | 0.74 | 0.53 |
| Hex | 2E | E0 | 3C | 4F | 0 | 49 | C | 7D | 4A | 35 |
| Octal | 56 | 340 | 74 | 117 | 0 | 111 | 14 | 175 | 112 | 65 |
| Binary | 101110 | 11100000 | 111100 | 1001111 | 0 | 1001001 | 1100 | 1111101 | 1001010 | 110101 |
Color Harmonies of #2EE03C
Complementary color
Monochromatic Colors of #2EE03C
Black with #2EE03C
Text Example
Text Example
White with #2EE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE03C; }
p { color: rgb(46,224,60); }
H1.HeaderClassName
{
color: #2EE03C;
}
.AnyTagClassName
{
color: #2EE03C;
}
</style>
background-color css
<style>
a { background-color: #2EE03C; }
a { background-color: rgb(46,224,60); }
div.DivClassName
{
background-color: #2EE03C;
}
.BgClassName
{
background-color: #2EE03C;
}
</style>
border-color css
<style>
span { border-color: #2EE03C; }
span { border-color: rgb(46,224,60); }
td.TdClassName
{
border-color: #2EE03C;
}
.TagClassName
{
border-color: #2EE03C;
}
</style>