Shades of Lime Green #2DAF26
Tints of Lime Green #2DAF26
RGB
CMYK
RGB Variations
Color information
#2DAF26 (or 0x2DAF26) is known color: Lime Green. HEX triplet: 2D, AF and 26. RGB value is (45,175,38). Sum of RGB (Red+Green+Blue) = 45+175+38=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF26 is #D250D9. Grayscale: #787878. Windows color (decimal): -13783258 or 2535213. OLE color: 2535213.
HSL color Cylindrical-coordinate representation of color #2DAF26: hue angle of 116.93º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAF26 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 38 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.31 |
| HSL | 116.93º | 0.64% | 0.42% | - |
| HSV(B) | 116.93º | 0.78% | 0.69% | - |
| XYZ | 16.76 | 31.36 | 7 | - |
| YUV | 120.51 | 81.43 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 38 | 0.74 | 0 | 0.78 | 0.31 | 116.93 | 0.64 | 0.42 |
| Hex | 2D | AF | 26 | 4A | 0 | 4E | 1F | 75 | 40 | 2A |
| Octal | 55 | 257 | 46 | 112 | 0 | 116 | 37 | 165 | 100 | 52 |
| Binary | 101101 | 10101111 | 100110 | 1001010 | 0 | 1001110 | 11111 | 1110101 | 1000000 | 101010 |
Color Harmonies of #2DAF26
Complementary color
Monochromatic Colors of #2DAF26
Black with #2DAF26
Text Example
Text Example
White with #2DAF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF26; }
p { color: rgb(45,175,38); }
H1.HeaderClassName
{
color: #2DAF26;
}
.AnyTagClassName
{
color: #2DAF26;
}
</style>
background-color css
<style>
a { background-color: #2DAF26; }
a { background-color: rgb(45,175,38); }
div.DivClassName
{
background-color: #2DAF26;
}
.BgClassName
{
background-color: #2DAF26;
}
</style>
border-color css
<style>
span { border-color: #2DAF26; }
span { border-color: rgb(45,175,38); }
td.TdClassName
{
border-color: #2DAF26;
}
.TagClassName
{
border-color: #2DAF26;
}
</style>