Shades of Lime Green #2DE246
Tints of Lime Green #2DE246
RGB
CMYK
RGB Variations
Color information
#2DE246 (or 0x2DE246) is known color: Lime Green. HEX triplet: 2D, E2 and 46. RGB value is (45,226,70). Sum of RGB (Red+Green+Blue) = 45+226+70=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE246 is #D21DB9. Grayscale: #9A9A9A. Windows color (decimal): -13770170 or 4645421. OLE color: 4645421.
HSL color Cylindrical-coordinate representation of color #2DE246: hue angle of 128.29º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE246 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 70 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.11 |
| HSL | 128.29º | 0.76% | 0.53% | - |
| HSV(B) | 128.29º | 0.8% | 0.89% | - |
| XYZ | 29.38 | 55.39 | 14.94 | - |
| YUV | 154.1 | 80.53 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 70 | 0.80 | 0 | 0.69 | 0.11 | 128.29 | 0.76 | 0.53 |
| Hex | 2D | E2 | 46 | 50 | 0 | 45 | B | 80 | 4C | 35 |
| Octal | 55 | 342 | 106 | 120 | 0 | 105 | 13 | 200 | 114 | 65 |
| Binary | 101101 | 11100010 | 1000110 | 1010000 | 0 | 1000101 | 1011 | 10000000 | 1001100 | 110101 |
Color Harmonies of #2DE246
Complementary color
Monochromatic Colors of #2DE246
Black with #2DE246
Text Example
Text Example
White with #2DE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE246; }
p { color: rgb(45,226,70); }
H1.HeaderClassName
{
color: #2DE246;
}
.AnyTagClassName
{
color: #2DE246;
}
</style>
background-color css
<style>
a { background-color: #2DE246; }
a { background-color: rgb(45,226,70); }
div.DivClassName
{
background-color: #2DE246;
}
.BgClassName
{
background-color: #2DE246;
}
</style>
border-color css
<style>
span { border-color: #2DE246; }
span { border-color: rgb(45,226,70); }
td.TdClassName
{
border-color: #2DE246;
}
.TagClassName
{
border-color: #2DE246;
}
</style>