Shades of Lime Green #2DF72A
Tints of Lime Green #2DF72A
RGB
CMYK
RGB Variations
Color information
#2DF72A (or 0x2DF72A) is known color: Lime Green. HEX triplet: 2D, F7 and 2A. RGB value is (45,247,42). Sum of RGB (Red+Green+Blue) = 45+247+42=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF72A is #D208D5. Grayscale: #A3A3A3. Windows color (decimal): -13764822 or 2815789. OLE color: 2815789.
HSL color Cylindrical-coordinate representation of color #2DF72A: hue angle of 119.12º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF72A is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 42 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.03 |
| HSL | 119.12º | 0.93% | 0.57% | - |
| HSV(B) | 119.12º | 0.83% | 0.97% | - |
| XYZ | 34.76 | 67.25 | 13.34 | - |
| YUV | 163.23 | 59.58 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 42 | 0.82 | 0 | 0.83 | 0.03 | 119.12 | 0.93 | 0.57 |
| Hex | 2D | F7 | 2A | 52 | 0 | 53 | 3 | 77 | 5D | 39 |
| Octal | 55 | 367 | 52 | 122 | 0 | 123 | 3 | 167 | 135 | 71 |
| Binary | 101101 | 11110111 | 101010 | 1010010 | 0 | 1010011 | 11 | 1110111 | 1011101 | 111001 |
Color Harmonies of #2DF72A
Complementary color
Monochromatic Colors of #2DF72A
Black with #2DF72A
Text Example
Text Example
White with #2DF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF72A; }
p { color: rgb(45,247,42); }
H1.HeaderClassName
{
color: #2DF72A;
}
.AnyTagClassName
{
color: #2DF72A;
}
</style>
background-color css
<style>
a { background-color: #2DF72A; }
a { background-color: rgb(45,247,42); }
div.DivClassName
{
background-color: #2DF72A;
}
.BgClassName
{
background-color: #2DF72A;
}
</style>
border-color css
<style>
span { border-color: #2DF72A; }
span { border-color: rgb(45,247,42); }
td.TdClassName
{
border-color: #2DF72A;
}
.TagClassName
{
border-color: #2DF72A;
}
</style>