Shades of Lime Green #27AA3C
Tints of Lime Green #27AA3C
RGB
CMYK
RGB Variations
Color information
#27AA3C (or 0x27AA3C) is known color: Lime Green. HEX triplet: 27, AA and 3C. RGB value is (39,170,60). Sum of RGB (Red+Green+Blue) = 39+170+60=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AA3C is #D855C3. Grayscale: #767676. Windows color (decimal): -14177732 or 3975719. OLE color: 3975719.
HSL color Cylindrical-coordinate representation of color #27AA3C: hue angle of 129.62º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA3C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 60 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.33 |
| HSL | 129.62º | 0.63% | 0.41% | - |
| HSV(B) | 129.62º | 0.77% | 0.67% | - |
| XYZ | 16.03 | 29.51 | 9.13 | - |
| YUV | 118.29 | 95.1 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 60 | 0.77 | 0 | 0.65 | 0.33 | 129.62 | 0.63 | 0.41 |
| Hex | 27 | AA | 3C | 4D | 0 | 41 | 21 | 82 | 3F | 29 |
| Octal | 47 | 252 | 74 | 115 | 0 | 101 | 41 | 202 | 77 | 51 |
| Binary | 100111 | 10101010 | 111100 | 1001101 | 0 | 1000001 | 100001 | 10000010 | 111111 | 101001 |
Color Harmonies of #27AA3C
Complementary color
Monochromatic Colors of #27AA3C
Black with #27AA3C
Text Example
Text Example
White with #27AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AA3C; }
p { color: rgb(39,170,60); }
H1.HeaderClassName
{
color: #27AA3C;
}
.AnyTagClassName
{
color: #27AA3C;
}
</style>
background-color css
<style>
a { background-color: #27AA3C; }
a { background-color: rgb(39,170,60); }
div.DivClassName
{
background-color: #27AA3C;
}
.BgClassName
{
background-color: #27AA3C;
}
</style>
border-color css
<style>
span { border-color: #27AA3C; }
span { border-color: rgb(39,170,60); }
td.TdClassName
{
border-color: #27AA3C;
}
.TagClassName
{
border-color: #27AA3C;
}
</style>