Shades of Lime Green #2DAD26
Tints of Lime Green #2DAD26
RGB
CMYK
RGB Variations
Color information
#2DAD26 (or 0x2DAD26) is known color: Lime Green. HEX triplet: 2D, AD and 26. RGB value is (45,173,38). Sum of RGB (Red+Green+Blue) = 45+173+38=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD26 is #D252D9. Grayscale: #777777. Windows color (decimal): -13783770 or 2534701. OLE color: 2534701.
HSL color Cylindrical-coordinate representation of color #2DAD26: hue angle of 116.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAD26 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 38 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.32 |
| HSL | 116.89º | 0.64% | 0.41% | - |
| HSV(B) | 116.89º | 0.78% | 0.68% | - |
| XYZ | 16.38 | 30.58 | 6.87 | - |
| YUV | 119.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 38 | 0.74 | 0 | 0.78 | 0.32 | 116.89 | 0.64 | 0.41 |
| Hex | 2D | AD | 26 | 4A | 0 | 4E | 20 | 75 | 40 | 29 |
| Octal | 55 | 255 | 46 | 112 | 0 | 116 | 40 | 165 | 100 | 51 |
| Binary | 101101 | 10101101 | 100110 | 1001010 | 0 | 1001110 | 100000 | 1110101 | 1000000 | 101001 |
Color Harmonies of #2DAD26
Complementary color
Monochromatic Colors of #2DAD26
Black with #2DAD26
Text Example
Text Example
White with #2DAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD26; }
p { color: rgb(45,173,38); }
H1.HeaderClassName
{
color: #2DAD26;
}
.AnyTagClassName
{
color: #2DAD26;
}
</style>
background-color css
<style>
a { background-color: #2DAD26; }
a { background-color: rgb(45,173,38); }
div.DivClassName
{
background-color: #2DAD26;
}
.BgClassName
{
background-color: #2DAD26;
}
</style>
border-color css
<style>
span { border-color: #2DAD26; }
span { border-color: rgb(45,173,38); }
td.TdClassName
{
border-color: #2DAD26;
}
.TagClassName
{
border-color: #2DAD26;
}
</style>