Shades of Lime Green #2ED446
Tints of Lime Green #2ED446
RGB
CMYK
RGB Variations
Color information
#2ED446 (or 0x2ED446) is known color: Lime Green. HEX triplet: 2E, D4 and 46. RGB value is (46,212,70). Sum of RGB (Red+Green+Blue) = 46+212+70=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 212 (83.20% from 255 or 64.63% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED446 is #D12BB9. Grayscale: #929292. Windows color (decimal): -13708218 or 4641838. OLE color: 4641838.
HSL color Cylindrical-coordinate representation of color #2ED446: hue angle of 128.67º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED446 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 70 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.17 |
| HSL | 128.67º | 0.66% | 0.51% | - |
| HSV(B) | 128.67º | 0.78% | 0.83% | - |
| XYZ | 25.78 | 48.11 | 13.72 | - |
| YUV | 146.18 | 85 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 70 | 0.78 | 0 | 0.67 | 0.17 | 128.67 | 0.66 | 0.51 |
| Hex | 2E | D4 | 46 | 4E | 0 | 43 | 11 | 81 | 42 | 33 |
| Octal | 56 | 324 | 106 | 116 | 0 | 103 | 21 | 201 | 102 | 63 |
| Binary | 101110 | 11010100 | 1000110 | 1001110 | 0 | 1000011 | 10001 | 10000001 | 1000010 | 110011 |
Color Harmonies of #2ED446
Complementary color
Monochromatic Colors of #2ED446
Black with #2ED446
Text Example
Text Example
White with #2ED446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED446; }
p { color: rgb(46,212,70); }
H1.HeaderClassName
{
color: #2ED446;
}
.AnyTagClassName
{
color: #2ED446;
}
</style>
background-color css
<style>
a { background-color: #2ED446; }
a { background-color: rgb(46,212,70); }
div.DivClassName
{
background-color: #2ED446;
}
.BgClassName
{
background-color: #2ED446;
}
</style>
border-color css
<style>
span { border-color: #2ED446; }
span { border-color: rgb(46,212,70); }
td.TdClassName
{
border-color: #2ED446;
}
.TagClassName
{
border-color: #2ED446;
}
</style>