Shades of Lime Green #2ED038
Tints of Lime Green #2ED038
RGB
CMYK
RGB Variations
Color information
#2ED038 (or 0x2ED038) is known color: Lime Green. HEX triplet: 2E, D0 and 38. RGB value is (46,208,56). Sum of RGB (Red+Green+Blue) = 46+208+56=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED038 is #D12FC7. Grayscale: #8E8E8E. Windows color (decimal): -13709256 or 3723310. OLE color: 3723310.
HSL color Cylindrical-coordinate representation of color #2ED038: hue angle of 123.7º 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 #2ED038 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 56 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.18 |
| HSL | 123.7º | 0.64% | 0.5% | - |
| HSV(B) | 123.7º | 0.78% | 0.82% | - |
| XYZ | 24.4 | 45.98 | 11.33 | - |
| YUV | 142.23 | 79.33 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 56 | 0.78 | 0 | 0.73 | 0.18 | 123.7 | 0.64 | 0.5 |
| Hex | 2E | D0 | 38 | 4E | 0 | 49 | 12 | 7C | 40 | 32 |
| Octal | 56 | 320 | 70 | 116 | 0 | 111 | 22 | 174 | 100 | 62 |
| Binary | 101110 | 11010000 | 111000 | 1001110 | 0 | 1001001 | 10010 | 1111100 | 1000000 | 110010 |
Color Harmonies of #2ED038
Complementary color
Monochromatic Colors of #2ED038
Black with #2ED038
Text Example
Text Example
White with #2ED038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED038; }
p { color: rgb(46,208,56); }
H1.HeaderClassName
{
color: #2ED038;
}
.AnyTagClassName
{
color: #2ED038;
}
</style>
background-color css
<style>
a { background-color: #2ED038; }
a { background-color: rgb(46,208,56); }
div.DivClassName
{
background-color: #2ED038;
}
.BgClassName
{
background-color: #2ED038;
}
</style>
border-color css
<style>
span { border-color: #2ED038; }
span { border-color: rgb(46,208,56); }
td.TdClassName
{
border-color: #2ED038;
}
.TagClassName
{
border-color: #2ED038;
}
</style>