Shades of Lime Green #2DAF25
Tints of Lime Green #2DAF25
RGB
CMYK
RGB Variations
Color information
#2DAF25 (or 0x2DAF25) is known color: Lime Green. HEX triplet: 2D, AF and 25. RGB value is (45,175,37). Sum of RGB (Red+Green+Blue) = 45+175+37=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF25 is #D250DA. Grayscale: #787878. Windows color (decimal): -13783259 or 2469677. OLE color: 2469677.
HSL color Cylindrical-coordinate representation of color #2DAF25: hue angle of 116.52º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DAF25 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 37 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.31 |
| HSL | 116.52º | 0.65% | 0.42% | - |
| HSV(B) | 116.52º | 0.79% | 0.69% | - |
| XYZ | 16.75 | 31.35 | 6.92 | - |
| YUV | 120.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 37 | 0.74 | 0 | 0.79 | 0.31 | 116.52 | 0.65 | 0.42 |
| Hex | 2D | AF | 25 | 4A | 0 | 4F | 1F | 75 | 41 | 2A |
| Octal | 55 | 257 | 45 | 112 | 0 | 117 | 37 | 165 | 101 | 52 |
| Binary | 101101 | 10101111 | 100101 | 1001010 | 0 | 1001111 | 11111 | 1110101 | 1000001 | 101010 |
Color Harmonies of #2DAF25
Complementary color
Monochromatic Colors of #2DAF25
Black with #2DAF25
Text Example
Text Example
White with #2DAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF25; }
p { color: rgb(45,175,37); }
H1.HeaderClassName
{
color: #2DAF25;
}
.AnyTagClassName
{
color: #2DAF25;
}
</style>
background-color css
<style>
a { background-color: #2DAF25; }
a { background-color: rgb(45,175,37); }
div.DivClassName
{
background-color: #2DAF25;
}
.BgClassName
{
background-color: #2DAF25;
}
</style>
border-color css
<style>
span { border-color: #2DAF25; }
span { border-color: rgb(45,175,37); }
td.TdClassName
{
border-color: #2DAF25;
}
.TagClassName
{
border-color: #2DAF25;
}
</style>