Shades of Lime Green #2DA936
Tints of Lime Green #2DA936
RGB
CMYK
RGB Variations
Color information
#2DA936 (or 0x2DA936) is known color: Lime Green. HEX triplet: 2D, A9 and 36. RGB value is (45,169,54). Sum of RGB (Red+Green+Blue) = 45+169+54=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA936 is #D256C9. Grayscale: #777777. Windows color (decimal): -13784778 or 3582253. OLE color: 3582253.
HSL color Cylindrical-coordinate representation of color #2DA936: hue angle of 124.35º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA936 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 54 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.34 |
| HSL | 124.35º | 0.58% | 0.42% | - |
| HSV(B) | 124.35º | 0.73% | 0.66% | - |
| XYZ | 15.94 | 29.2 | 8.29 | - |
| YUV | 118.81 | 91.42 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 54 | 0.73 | 0 | 0.68 | 0.34 | 124.35 | 0.58 | 0.42 |
| Hex | 2D | A9 | 36 | 49 | 0 | 44 | 22 | 7C | 3A | 2A |
| Octal | 55 | 251 | 66 | 111 | 0 | 104 | 42 | 174 | 72 | 52 |
| Binary | 101101 | 10101001 | 110110 | 1001001 | 0 | 1000100 | 100010 | 1111100 | 111010 | 101010 |
Color Harmonies of #2DA936
Complementary color
Monochromatic Colors of #2DA936
Black with #2DA936
Text Example
Text Example
White with #2DA936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA936; }
p { color: rgb(45,169,54); }
H1.HeaderClassName
{
color: #2DA936;
}
.AnyTagClassName
{
color: #2DA936;
}
</style>
background-color css
<style>
a { background-color: #2DA936; }
a { background-color: rgb(45,169,54); }
div.DivClassName
{
background-color: #2DA936;
}
.BgClassName
{
background-color: #2DA936;
}
</style>
border-color css
<style>
span { border-color: #2DA936; }
span { border-color: rgb(45,169,54); }
td.TdClassName
{
border-color: #2DA936;
}
.TagClassName
{
border-color: #2DA936;
}
</style>