Shades of Lime Green #2ED30D
Tints of Lime Green #2ED30D
RGB
CMYK
RGB Variations
Color information
#2ED30D (or 0x2ED30D) is known color: Lime Green. HEX triplet: 2E, D3 and 0D. RGB value is (46,211,13). Sum of RGB (Red+Green+Blue) = 46+211+13=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED30D is #D12CF2. Grayscale: #8B8B8B. Windows color (decimal): -13708531 or 906030. OLE color: 906030.
HSL color Cylindrical-coordinate representation of color #2ED30D: hue angle of 110º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED30D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.17 |
| HSL | 110º | 0.88% | 0.44% | - |
| HSV(B) | 110º | 0.94% | 0.83% | - |
| XYZ | 24.49 | 47.2 | 8.2 | - |
| YUV | 139.09 | 56.84 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 13 | 0.78 | 0 | 0.94 | 0.17 | 110 | 0.88 | 0.44 |
| Hex | 2E | D3 | D | 4E | 0 | 5E | 11 | 6E | 58 | 2C |
| Octal | 56 | 323 | 15 | 116 | 0 | 136 | 21 | 156 | 130 | 54 |
| Binary | 101110 | 11010011 | 1101 | 1001110 | 0 | 1011110 | 10001 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2ED30D
Complementary color
Monochromatic Colors of #2ED30D
Black with #2ED30D
Text Example
Text Example
White with #2ED30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED30D; }
p { color: rgb(46,211,13); }
H1.HeaderClassName
{
color: #2ED30D;
}
.AnyTagClassName
{
color: #2ED30D;
}
</style>
background-color css
<style>
a { background-color: #2ED30D; }
a { background-color: rgb(46,211,13); }
div.DivClassName
{
background-color: #2ED30D;
}
.BgClassName
{
background-color: #2ED30D;
}
</style>
border-color css
<style>
span { border-color: #2ED30D; }
span { border-color: rgb(46,211,13); }
td.TdClassName
{
border-color: #2ED30D;
}
.TagClassName
{
border-color: #2ED30D;
}
</style>