Shades of Lime Green #2DAA36
Tints of Lime Green #2DAA36
RGB
CMYK
RGB Variations
Color information
#2DAA36 (or 0x2DAA36) is known color: Lime Green. HEX triplet: 2D, AA and 36. RGB value is (45,170,54). Sum of RGB (Red+Green+Blue) = 45+170+54=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA36 is #D255C9. Grayscale: #777777. Windows color (decimal): -13784522 or 3582509. OLE color: 3582509.
HSL color Cylindrical-coordinate representation of color #2DAA36: hue angle of 124.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA36 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 54 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.33 |
| HSL | 124.32º | 0.58% | 0.42% | - |
| HSV(B) | 124.32º | 0.74% | 0.67% | - |
| XYZ | 16.12 | 29.57 | 8.35 | - |
| YUV | 119.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 54 | 0.74 | 0 | 0.68 | 0.33 | 124.32 | 0.58 | 0.42 |
| Hex | 2D | AA | 36 | 4A | 0 | 44 | 21 | 7C | 3A | 2A |
| Octal | 55 | 252 | 66 | 112 | 0 | 104 | 41 | 174 | 72 | 52 |
| Binary | 101101 | 10101010 | 110110 | 1001010 | 0 | 1000100 | 100001 | 1111100 | 111010 | 101010 |
Color Harmonies of #2DAA36
Complementary color
Monochromatic Colors of #2DAA36
Black with #2DAA36
Text Example
Text Example
White with #2DAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA36; }
p { color: rgb(45,170,54); }
H1.HeaderClassName
{
color: #2DAA36;
}
.AnyTagClassName
{
color: #2DAA36;
}
</style>
background-color css
<style>
a { background-color: #2DAA36; }
a { background-color: rgb(45,170,54); }
div.DivClassName
{
background-color: #2DAA36;
}
.BgClassName
{
background-color: #2DAA36;
}
</style>
border-color css
<style>
span { border-color: #2DAA36; }
span { border-color: rgb(45,170,54); }
td.TdClassName
{
border-color: #2DAA36;
}
.TagClassName
{
border-color: #2DAA36;
}
</style>