Shades of Lime Green #2DAF1D
Tints of Lime Green #2DAF1D
RGB
CMYK
RGB Variations
Color information
#2DAF1D (or 0x2DAF1D) is known color: Lime Green. HEX triplet: 2D, AF and 1D. RGB value is (45,175,29). Sum of RGB (Red+Green+Blue) = 45+175+29=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF1D is #D250E2. Grayscale: #777777. Windows color (decimal): -13783267 or 1945389. OLE color: 1945389.
HSL color Cylindrical-coordinate representation of color #2DAF1D: hue angle of 113.42º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DAF1D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 29 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.31 |
| HSL | 113.42º | 0.72% | 0.4% | - |
| HSV(B) | 113.42º | 0.83% | 0.69% | - |
| XYZ | 16.63 | 31.31 | 6.33 | - |
| YUV | 119.49 | 76.93 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 29 | 0.74 | 0 | 0.83 | 0.31 | 113.42 | 0.72 | 0.4 |
| Hex | 2D | AF | 1D | 4A | 0 | 53 | 1F | 71 | 48 | 28 |
| Octal | 55 | 257 | 35 | 112 | 0 | 123 | 37 | 161 | 110 | 50 |
| Binary | 101101 | 10101111 | 11101 | 1001010 | 0 | 1010011 | 11111 | 1110001 | 1001000 | 101000 |
Color Harmonies of #2DAF1D
Complementary color
Monochromatic Colors of #2DAF1D
Black with #2DAF1D
Text Example
Text Example
White with #2DAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF1D; }
p { color: rgb(45,175,29); }
H1.HeaderClassName
{
color: #2DAF1D;
}
.AnyTagClassName
{
color: #2DAF1D;
}
</style>
background-color css
<style>
a { background-color: #2DAF1D; }
a { background-color: rgb(45,175,29); }
div.DivClassName
{
background-color: #2DAF1D;
}
.BgClassName
{
background-color: #2DAF1D;
}
</style>
border-color css
<style>
span { border-color: #2DAF1D; }
span { border-color: rgb(45,175,29); }
td.TdClassName
{
border-color: #2DAF1D;
}
.TagClassName
{
border-color: #2DAF1D;
}
</style>