Shades of Lime Green #2DF82E
Tints of Lime Green #2DF82E
RGB
CMYK
RGB Variations
Color information
#2DF82E (or 0x2DF82E) is known color: Lime Green. HEX triplet: 2D, F8 and 2E. RGB value is (45,248,46). Sum of RGB (Red+Green+Blue) = 45+248+46=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF82E is #D207D1. Grayscale: #A4A4A4. Windows color (decimal): -13764562 or 3078189. OLE color: 3078189.
HSL color Cylindrical-coordinate representation of color #2DF82E: hue angle of 120.3º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF82E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.03 |
| HSL | 120.3º | 0.94% | 0.57% | - |
| HSV(B) | 120.3º | 0.82% | 0.97% | - |
| XYZ | 35.14 | 67.89 | 13.84 | - |
| YUV | 164.28 | 61.25 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 46 | 0.82 | 0 | 0.81 | 0.03 | 120.3 | 0.94 | 0.57 |
| Hex | 2D | F8 | 2E | 52 | 0 | 51 | 3 | 78 | 5E | 39 |
| Octal | 55 | 370 | 56 | 122 | 0 | 121 | 3 | 170 | 136 | 71 |
| Binary | 101101 | 11111000 | 101110 | 1010010 | 0 | 1010001 | 11 | 1111000 | 1011110 | 111001 |
Color Harmonies of #2DF82E
Complementary color
Monochromatic Colors of #2DF82E
Black with #2DF82E
Text Example
Text Example
White with #2DF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF82E; }
p { color: rgb(45,248,46); }
H1.HeaderClassName
{
color: #2DF82E;
}
.AnyTagClassName
{
color: #2DF82E;
}
</style>
background-color css
<style>
a { background-color: #2DF82E; }
a { background-color: rgb(45,248,46); }
div.DivClassName
{
background-color: #2DF82E;
}
.BgClassName
{
background-color: #2DF82E;
}
</style>
border-color css
<style>
span { border-color: #2DF82E; }
span { border-color: rgb(45,248,46); }
td.TdClassName
{
border-color: #2DF82E;
}
.TagClassName
{
border-color: #2DF82E;
}
</style>