Shades of Lime Green #2EED3C
Tints of Lime Green #2EED3C
RGB
CMYK
RGB Variations
Color information
#2EED3C (or 0x2EED3C) is known color: Lime Green. HEX triplet: 2E, ED and 3C. RGB value is (46,237,60). Sum of RGB (Red+Green+Blue) = 46+237+60=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 237 (92.97% from 255 or 69.10% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EED3C is #D112C3. Grayscale: #A0A0A0. Windows color (decimal): -13701828 or 3992878. OLE color: 3992878.
HSL color Cylindrical-coordinate representation of color #2EED3C: hue angle of 124.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED3C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 60 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.07 |
| HSL | 124.4º | 0.84% | 0.55% | - |
| HSV(B) | 124.4º | 0.81% | 0.93% | - |
| XYZ | 32.23 | 61.48 | 14.44 | - |
| YUV | 159.71 | 71.72 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 60 | 0.81 | 0 | 0.75 | 0.07 | 124.4 | 0.84 | 0.55 |
| Hex | 2E | ED | 3C | 51 | 0 | 4B | 7 | 7C | 54 | 37 |
| Octal | 56 | 355 | 74 | 121 | 0 | 113 | 7 | 174 | 124 | 67 |
| Binary | 101110 | 11101101 | 111100 | 1010001 | 0 | 1001011 | 111 | 1111100 | 1010100 | 110111 |
Color Harmonies of #2EED3C
Complementary color
Monochromatic Colors of #2EED3C
Black with #2EED3C
Text Example
Text Example
White with #2EED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED3C; }
p { color: rgb(46,237,60); }
H1.HeaderClassName
{
color: #2EED3C;
}
.AnyTagClassName
{
color: #2EED3C;
}
</style>
background-color css
<style>
a { background-color: #2EED3C; }
a { background-color: rgb(46,237,60); }
div.DivClassName
{
background-color: #2EED3C;
}
.BgClassName
{
background-color: #2EED3C;
}
</style>
border-color css
<style>
span { border-color: #2EED3C; }
span { border-color: rgb(46,237,60); }
td.TdClassName
{
border-color: #2EED3C;
}
.TagClassName
{
border-color: #2EED3C;
}
</style>