Shades of Lime Green #2DE426
Tints of Lime Green #2DE426
RGB
CMYK
RGB Variations
Color information
#2DE426 (or 0x2DE426) is known color: Lime Green. HEX triplet: 2D, E4 and 26. RGB value is (45,228,38). Sum of RGB (Red+Green+Blue) = 45+228+38=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE426 is #D21BD9. Grayscale: #989898. Windows color (decimal): -13769690 or 2548781. OLE color: 2548781.
HSL color Cylindrical-coordinate representation of color #2DE426: hue angle of 117.79º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DE426 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 228 | 38 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.11 |
| HSL | 117.79º | 0.78% | 0.52% | - |
| HSV(B) | 117.79º | 0.83% | 0.89% | - |
| XYZ | 29.18 | 56.18 | 11.14 | - |
| YUV | 151.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 228 | 38 | 0.80 | 0 | 0.83 | 0.11 | 117.79 | 0.78 | 0.52 |
| Hex | 2D | E4 | 26 | 50 | 0 | 53 | B | 76 | 4E | 34 |
| Octal | 55 | 344 | 46 | 120 | 0 | 123 | 13 | 166 | 116 | 64 |
| Binary | 101101 | 11100100 | 100110 | 1010000 | 0 | 1010011 | 1011 | 1110110 | 1001110 | 110100 |
Color Harmonies of #2DE426
Complementary color
Monochromatic Colors of #2DE426
Black with #2DE426
Text Example
Text Example
White with #2DE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE426; }
p { color: rgb(45,228,38); }
H1.HeaderClassName
{
color: #2DE426;
}
.AnyTagClassName
{
color: #2DE426;
}
</style>
background-color css
<style>
a { background-color: #2DE426; }
a { background-color: rgb(45,228,38); }
div.DivClassName
{
background-color: #2DE426;
}
.BgClassName
{
background-color: #2DE426;
}
</style>
border-color css
<style>
span { border-color: #2DE426; }
span { border-color: rgb(45,228,38); }
td.TdClassName
{
border-color: #2DE426;
}
.TagClassName
{
border-color: #2DE426;
}
</style>