Shades of Lime Green #2DAD28
Tints of Lime Green #2DAD28
RGB
CMYK
RGB Variations
Color information
#2DAD28 (or 0x2DAD28) is known color: Lime Green. HEX triplet: 2D, AD and 28. RGB value is (45,173,40). Sum of RGB (Red+Green+Blue) = 45+173+40=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD28 is #D252D7. Grayscale: #777777. Windows color (decimal): -13783768 or 2665773. OLE color: 2665773.
HSL color Cylindrical-coordinate representation of color #2DAD28: hue angle of 117.74º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DAD28 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 40 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.32 |
| HSL | 117.74º | 0.62% | 0.42% | - |
| HSV(B) | 117.74º | 0.77% | 0.68% | - |
| XYZ | 16.41 | 30.6 | 7.05 | - |
| YUV | 119.57 | 83.09 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 40 | 0.74 | 0 | 0.77 | 0.32 | 117.74 | 0.62 | 0.42 |
| Hex | 2D | AD | 28 | 4A | 0 | 4D | 20 | 76 | 3E | 2A |
| Octal | 55 | 255 | 50 | 112 | 0 | 115 | 40 | 166 | 76 | 52 |
| Binary | 101101 | 10101101 | 101000 | 1001010 | 0 | 1001101 | 100000 | 1110110 | 111110 | 101010 |
Color Harmonies of #2DAD28
Complementary color
Monochromatic Colors of #2DAD28
Black with #2DAD28
Text Example
Text Example
White with #2DAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD28; }
p { color: rgb(45,173,40); }
H1.HeaderClassName
{
color: #2DAD28;
}
.AnyTagClassName
{
color: #2DAD28;
}
</style>
background-color css
<style>
a { background-color: #2DAD28; }
a { background-color: rgb(45,173,40); }
div.DivClassName
{
background-color: #2DAD28;
}
.BgClassName
{
background-color: #2DAD28;
}
</style>
border-color css
<style>
span { border-color: #2DAD28; }
span { border-color: rgb(45,173,40); }
td.TdClassName
{
border-color: #2DAD28;
}
.TagClassName
{
border-color: #2DAD28;
}
</style>