Shades of Lime Green #27D311
Tints of Lime Green #27D311
RGB
CMYK
RGB Variations
Color information
#27D311 (or 0x27D311) is known color: Lime Green. HEX triplet: 27, D3 and 11. RGB value is (39,211,17). Sum of RGB (Red+Green+Blue) = 39+211+17=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #27D311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D311 is #D82CEE. Grayscale: #8A8A8A. Windows color (decimal): -14167279 or 1168167. OLE color: 1168167.
HSL color Cylindrical-coordinate representation of color #27D311: hue angle of 113.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27D311 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 211 | 17 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.17 |
| HSL | 113.2º | 0.85% | 0.45% | - |
| HSV(B) | 113.2º | 0.92% | 0.83% | - |
| XYZ | 24.23 | 47.06 | 8.34 | - |
| YUV | 137.46 | 60.02 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 17 | 0.82 | 0 | 0.92 | 0.17 | 113.2 | 0.85 | 0.45 |
| Hex | 27 | D3 | 11 | 52 | 0 | 5C | 11 | 71 | 55 | 2D |
| Octal | 47 | 323 | 21 | 122 | 0 | 134 | 21 | 161 | 125 | 55 |
| Binary | 100111 | 11010011 | 10001 | 1010010 | 0 | 1011100 | 10001 | 1110001 | 1010101 | 101101 |
Color Harmonies of #27D311
Complementary color
Monochromatic Colors of #27D311
Black with #27D311
Text Example
Text Example
White with #27D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D311; }
p { color: rgb(39,211,17); }
H1.HeaderClassName
{
color: #27D311;
}
.AnyTagClassName
{
color: #27D311;
}
</style>
background-color css
<style>
a { background-color: #27D311; }
a { background-color: rgb(39,211,17); }
div.DivClassName
{
background-color: #27D311;
}
.BgClassName
{
background-color: #27D311;
}
</style>
border-color css
<style>
span { border-color: #27D311; }
span { border-color: rgb(39,211,17); }
td.TdClassName
{
border-color: #27D311;
}
.TagClassName
{
border-color: #27D311;
}
</style>