Shades of Lime Green #27AC3C
Tints of Lime Green #27AC3C
RGB
CMYK
RGB Variations
Color information
#27AC3C (or 0x27AC3C) is known color: Lime Green. HEX triplet: 27, AC and 3C. RGB value is (39,172,60). Sum of RGB (Red+Green+Blue) = 39+172+60=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #27AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AC3C is #D853C3. Grayscale: #777777. Windows color (decimal): -14177220 or 3976231. OLE color: 3976231.
HSL color Cylindrical-coordinate representation of color #27AC3C: hue angle of 129.47º 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 #27AC3C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 172 | 60 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.33 |
| HSL | 129.47º | 0.63% | 0.41% | - |
| HSV(B) | 129.47º | 0.77% | 0.67% | - |
| XYZ | 16.4 | 30.26 | 9.25 | - |
| YUV | 119.47 | 94.44 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 172 | 60 | 0.77 | 0 | 0.65 | 0.33 | 129.47 | 0.63 | 0.41 |
| Hex | 27 | AC | 3C | 4D | 0 | 41 | 21 | 81 | 3F | 29 |
| Octal | 47 | 254 | 74 | 115 | 0 | 101 | 41 | 201 | 77 | 51 |
| Binary | 100111 | 10101100 | 111100 | 1001101 | 0 | 1000001 | 100001 | 10000001 | 111111 | 101001 |
Color Harmonies of #27AC3C
Complementary color
Monochromatic Colors of #27AC3C
Black with #27AC3C
Text Example
Text Example
White with #27AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AC3C; }
p { color: rgb(39,172,60); }
H1.HeaderClassName
{
color: #27AC3C;
}
.AnyTagClassName
{
color: #27AC3C;
}
</style>
background-color css
<style>
a { background-color: #27AC3C; }
a { background-color: rgb(39,172,60); }
div.DivClassName
{
background-color: #27AC3C;
}
.BgClassName
{
background-color: #27AC3C;
}
</style>
border-color css
<style>
span { border-color: #27AC3C; }
span { border-color: rgb(39,172,60); }
td.TdClassName
{
border-color: #27AC3C;
}
.TagClassName
{
border-color: #27AC3C;
}
</style>