Shades of Lime Green #2DF73D
Tints of Lime Green #2DF73D
RGB
CMYK
RGB Variations
Color information
#2DF73D (or 0x2DF73D) is known color: Lime Green. HEX triplet: 2D, F7 and 3D. RGB value is (45,247,61). Sum of RGB (Red+Green+Blue) = 45+247+61=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF73D is #D208C2. Grayscale: #A5A5A5. Windows color (decimal): -13764803 or 4060973. OLE color: 4060973.
HSL color Cylindrical-coordinate representation of color #2DF73D: hue angle of 124.75º 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 #2DF73D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 61 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.03 |
| HSL | 124.75º | 0.93% | 0.57% | - |
| HSV(B) | 124.75º | 0.82% | 0.97% | - |
| XYZ | 35.19 | 67.42 | 15.57 | - |
| YUV | 165.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 61 | 0.82 | 0 | 0.75 | 0.03 | 124.75 | 0.93 | 0.57 |
| Hex | 2D | F7 | 3D | 52 | 0 | 4B | 3 | 7D | 5D | 39 |
| Octal | 55 | 367 | 75 | 122 | 0 | 113 | 3 | 175 | 135 | 71 |
| Binary | 101101 | 11110111 | 111101 | 1010010 | 0 | 1001011 | 11 | 1111101 | 1011101 | 111001 |
Color Harmonies of #2DF73D
Complementary color
Monochromatic Colors of #2DF73D
Black with #2DF73D
Text Example
Text Example
White with #2DF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF73D; }
p { color: rgb(45,247,61); }
H1.HeaderClassName
{
color: #2DF73D;
}
.AnyTagClassName
{
color: #2DF73D;
}
</style>
background-color css
<style>
a { background-color: #2DF73D; }
a { background-color: rgb(45,247,61); }
div.DivClassName
{
background-color: #2DF73D;
}
.BgClassName
{
background-color: #2DF73D;
}
</style>
border-color css
<style>
span { border-color: #2DF73D; }
span { border-color: rgb(45,247,61); }
td.TdClassName
{
border-color: #2DF73D;
}
.TagClassName
{
border-color: #2DF73D;
}
</style>