Shades of Lime Green #2ED02F
Tints of Lime Green #2ED02F
RGB
CMYK
RGB Variations
Color information
#2ED02F (or 0x2ED02F) is known color: Lime Green. HEX triplet: 2E, D0 and 2F. RGB value is (46,208,47). Sum of RGB (Red+Green+Blue) = 46+208+47=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED02F is #D12FD0. Grayscale: #8D8D8D. Windows color (decimal): -13709265 or 3133486. OLE color: 3133486.
HSL color Cylindrical-coordinate representation of color #2ED02F: hue angle of 120.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED02F is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 47 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.18 |
| HSL | 120.37º | 0.64% | 0.5% | - |
| HSV(B) | 120.37º | 0.78% | 0.82% | - |
| XYZ | 24.2 | 45.9 | 10.27 | - |
| YUV | 141.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 47 | 0.78 | 0 | 0.77 | 0.18 | 120.37 | 0.64 | 0.5 |
| Hex | 2E | D0 | 2F | 4E | 0 | 4D | 12 | 78 | 40 | 32 |
| Octal | 56 | 320 | 57 | 116 | 0 | 115 | 22 | 170 | 100 | 62 |
| Binary | 101110 | 11010000 | 101111 | 1001110 | 0 | 1001101 | 10010 | 1111000 | 1000000 | 110010 |
Color Harmonies of #2ED02F
Complementary color
Monochromatic Colors of #2ED02F
Black with #2ED02F
Text Example
Text Example
White with #2ED02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED02F; }
p { color: rgb(46,208,47); }
H1.HeaderClassName
{
color: #2ED02F;
}
.AnyTagClassName
{
color: #2ED02F;
}
</style>
background-color css
<style>
a { background-color: #2ED02F; }
a { background-color: rgb(46,208,47); }
div.DivClassName
{
background-color: #2ED02F;
}
.BgClassName
{
background-color: #2ED02F;
}
</style>
border-color css
<style>
span { border-color: #2ED02F; }
span { border-color: rgb(46,208,47); }
td.TdClassName
{
border-color: #2ED02F;
}
.TagClassName
{
border-color: #2ED02F;
}
</style>