Shades of Lime Green #27AC30
Tints of Lime Green #27AC30
RGB
CMYK
RGB Variations
Color information
#27AC30 (or 0x27AC30) is known color: Lime Green. HEX triplet: 27, AC and 30. RGB value is (39,172,48). Sum of RGB (Red+Green+Blue) = 39+172+48=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #27AC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AC30 is #D853CF. Grayscale: #767676. Windows color (decimal): -14177232 or 3189799. OLE color: 3189799.
HSL color Cylindrical-coordinate representation of color #27AC30: hue angle of 124.06º 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 #27AC30 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 172 | 48 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.33 |
| HSL | 124.06º | 0.63% | 0.41% | - |
| HSV(B) | 124.06º | 0.77% | 0.67% | - |
| XYZ | 16.12 | 30.15 | 7.77 | - |
| YUV | 118.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 172 | 48 | 0.77 | 0 | 0.72 | 0.33 | 124.06 | 0.63 | 0.41 |
| Hex | 27 | AC | 30 | 4D | 0 | 48 | 21 | 7C | 3F | 29 |
| Octal | 47 | 254 | 60 | 115 | 0 | 110 | 41 | 174 | 77 | 51 |
| Binary | 100111 | 10101100 | 110000 | 1001101 | 0 | 1001000 | 100001 | 1111100 | 111111 | 101001 |
Color Harmonies of #27AC30
Complementary color
Monochromatic Colors of #27AC30
Black with #27AC30
Text Example
Text Example
White with #27AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AC30; }
p { color: rgb(39,172,48); }
H1.HeaderClassName
{
color: #27AC30;
}
.AnyTagClassName
{
color: #27AC30;
}
</style>
background-color css
<style>
a { background-color: #27AC30; }
a { background-color: rgb(39,172,48); }
div.DivClassName
{
background-color: #27AC30;
}
.BgClassName
{
background-color: #27AC30;
}
</style>
border-color css
<style>
span { border-color: #27AC30; }
span { border-color: rgb(39,172,48); }
td.TdClassName
{
border-color: #27AC30;
}
.TagClassName
{
border-color: #27AC30;
}
</style>