Shades of Lime Green #2EDF3C
Tints of Lime Green #2EDF3C
RGB
CMYK
RGB Variations
Color information
#2EDF3C (or 0x2EDF3C) is known color: Lime Green. HEX triplet: 2E, DF and 3C. RGB value is (46,223,60). Sum of RGB (Red+Green+Blue) = 46+223+60=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF3C is #D120C3. Grayscale: #979797. Windows color (decimal): -13705412 or 3989294. OLE color: 3989294.
HSL color Cylindrical-coordinate representation of color #2EDF3C: hue angle of 124.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF3C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 60 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.13 |
| HSL | 124.75º | 0.73% | 0.53% | - |
| HSV(B) | 124.75º | 0.79% | 0.87% | - |
| XYZ | 28.33 | 53.68 | 13.14 | - |
| YUV | 151.5 | 76.36 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 60 | 0.79 | 0 | 0.73 | 0.13 | 124.75 | 0.73 | 0.53 |
| Hex | 2E | DF | 3C | 4F | 0 | 49 | D | 7D | 49 | 35 |
| Octal | 56 | 337 | 74 | 117 | 0 | 111 | 15 | 175 | 111 | 65 |
| Binary | 101110 | 11011111 | 111100 | 1001111 | 0 | 1001001 | 1101 | 1111101 | 1001001 | 110101 |
Color Harmonies of #2EDF3C
Complementary color
Monochromatic Colors of #2EDF3C
Black with #2EDF3C
Text Example
Text Example
White with #2EDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF3C; }
p { color: rgb(46,223,60); }
H1.HeaderClassName
{
color: #2EDF3C;
}
.AnyTagClassName
{
color: #2EDF3C;
}
</style>
background-color css
<style>
a { background-color: #2EDF3C; }
a { background-color: rgb(46,223,60); }
div.DivClassName
{
background-color: #2EDF3C;
}
.BgClassName
{
background-color: #2EDF3C;
}
</style>
border-color css
<style>
span { border-color: #2EDF3C; }
span { border-color: rgb(46,223,60); }
td.TdClassName
{
border-color: #2EDF3C;
}
.TagClassName
{
border-color: #2EDF3C;
}
</style>