Shades of Lime Green #2ED03B
Tints of Lime Green #2ED03B
RGB
CMYK
RGB Variations
Color information
#2ED03B (or 0x2ED03B) is known color: Lime Green. HEX triplet: 2E, D0 and 3B. RGB value is (46,208,59). Sum of RGB (Red+Green+Blue) = 46+208+59=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED03B is #D12FC4. Grayscale: #8F8F8F. Windows color (decimal): -13709253 or 3919918. OLE color: 3919918.
HSL color Cylindrical-coordinate representation of color #2ED03B: hue angle of 124.81º 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 #2ED03B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 59 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.18 |
| HSL | 124.81º | 0.64% | 0.5% | - |
| HSV(B) | 124.81º | 0.78% | 0.82% | - |
| XYZ | 24.47 | 46.01 | 11.73 | - |
| YUV | 142.58 | 80.83 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 59 | 0.78 | 0 | 0.72 | 0.18 | 124.81 | 0.64 | 0.5 |
| Hex | 2E | D0 | 3B | 4E | 0 | 48 | 12 | 7D | 40 | 32 |
| Octal | 56 | 320 | 73 | 116 | 0 | 110 | 22 | 175 | 100 | 62 |
| Binary | 101110 | 11010000 | 111011 | 1001110 | 0 | 1001000 | 10010 | 1111101 | 1000000 | 110010 |
Color Harmonies of #2ED03B
Complementary color
Monochromatic Colors of #2ED03B
Black with #2ED03B
Text Example
Text Example
White with #2ED03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED03B; }
p { color: rgb(46,208,59); }
H1.HeaderClassName
{
color: #2ED03B;
}
.AnyTagClassName
{
color: #2ED03B;
}
</style>
background-color css
<style>
a { background-color: #2ED03B; }
a { background-color: rgb(46,208,59); }
div.DivClassName
{
background-color: #2ED03B;
}
.BgClassName
{
background-color: #2ED03B;
}
</style>
border-color css
<style>
span { border-color: #2ED03B; }
span { border-color: rgb(46,208,59); }
td.TdClassName
{
border-color: #2ED03B;
}
.TagClassName
{
border-color: #2ED03B;
}
</style>