Shades of Lime Green #2DF72E
Tints of Lime Green #2DF72E
RGB
CMYK
RGB Variations
Color information
#2DF72E (or 0x2DF72E) is known color: Lime Green. HEX triplet: 2D, F7 and 2E. RGB value is (45,247,46). Sum of RGB (Red+Green+Blue) = 45+247+46=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF72E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF72E is #D208D1. Grayscale: #A4A4A4. Windows color (decimal): -13764818 or 3077933. OLE color: 3077933.
HSL color Cylindrical-coordinate representation of color #2DF72E: hue angle of 120.3º degrees, saturation: 0.93, 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 #2DF72E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.03 |
| HSL | 120.3º | 0.93% | 0.57% | - |
| HSV(B) | 120.3º | 0.82% | 0.97% | - |
| XYZ | 34.84 | 67.28 | 13.73 | - |
| YUV | 163.69 | 61.58 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 46 | 0.82 | 0 | 0.81 | 0.03 | 120.3 | 0.93 | 0.57 |
| Hex | 2D | F7 | 2E | 52 | 0 | 51 | 3 | 78 | 5D | 39 |
| Octal | 55 | 367 | 56 | 122 | 0 | 121 | 3 | 170 | 135 | 71 |
| Binary | 101101 | 11110111 | 101110 | 1010010 | 0 | 1010001 | 11 | 1111000 | 1011101 | 111001 |
Color Harmonies of #2DF72E
Complementary color
Monochromatic Colors of #2DF72E
Black with #2DF72E
Text Example
Text Example
White with #2DF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF72E; }
p { color: rgb(45,247,46); }
H1.HeaderClassName
{
color: #2DF72E;
}
.AnyTagClassName
{
color: #2DF72E;
}
</style>
background-color css
<style>
a { background-color: #2DF72E; }
a { background-color: rgb(45,247,46); }
div.DivClassName
{
background-color: #2DF72E;
}
.BgClassName
{
background-color: #2DF72E;
}
</style>
border-color css
<style>
span { border-color: #2DF72E; }
span { border-color: rgb(45,247,46); }
td.TdClassName
{
border-color: #2DF72E;
}
.TagClassName
{
border-color: #2DF72E;
}
</style>