Shades of Lime Green #2DAE27
Tints of Lime Green #2DAE27
RGB
CMYK
RGB Variations
Color information
#2DAE27 (or 0x2DAE27) is known color: Lime Green. HEX triplet: 2D, AE and 27. RGB value is (45,174,39). Sum of RGB (Red+Green+Blue) = 45+174+39=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE27 is #D251D8. Grayscale: #787878. Windows color (decimal): -13783513 or 2600493. OLE color: 2600493.
HSL color Cylindrical-coordinate representation of color #2DAE27: hue angle of 117.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAE27 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 39 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.32 |
| HSL | 117.33º | 0.63% | 0.42% | - |
| HSV(B) | 117.33º | 0.78% | 0.68% | - |
| XYZ | 16.58 | 30.98 | 7.02 | - |
| YUV | 120.04 | 82.26 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 39 | 0.74 | 0 | 0.78 | 0.32 | 117.33 | 0.63 | 0.42 |
| Hex | 2D | AE | 27 | 4A | 0 | 4E | 20 | 75 | 3F | 2A |
| Octal | 55 | 256 | 47 | 112 | 0 | 116 | 40 | 165 | 77 | 52 |
| Binary | 101101 | 10101110 | 100111 | 1001010 | 0 | 1001110 | 100000 | 1110101 | 111111 | 101010 |
Color Harmonies of #2DAE27
Complementary color
Monochromatic Colors of #2DAE27
Black with #2DAE27
Text Example
Text Example
White with #2DAE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE27; }
p { color: rgb(45,174,39); }
H1.HeaderClassName
{
color: #2DAE27;
}
.AnyTagClassName
{
color: #2DAE27;
}
</style>
background-color css
<style>
a { background-color: #2DAE27; }
a { background-color: rgb(45,174,39); }
div.DivClassName
{
background-color: #2DAE27;
}
.BgClassName
{
background-color: #2DAE27;
}
</style>
border-color css
<style>
span { border-color: #2DAE27; }
span { border-color: rgb(45,174,39); }
td.TdClassName
{
border-color: #2DAE27;
}
.TagClassName
{
border-color: #2DAE27;
}
</style>