Shades of Lime Green #27D318
Tints of Lime Green #27D318
RGB
CMYK
RGB Variations
Color information
#27D318 (or 0x27D318) is known color: Lime Green. HEX triplet: 27, D3 and 18. RGB value is (39,211,24). Sum of RGB (Red+Green+Blue) = 39+211+24=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #27D318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D318 is #D82CE7. Grayscale: #8A8A8A. Windows color (decimal): -14167272 or 1626919. OLE color: 1626919.
HSL color Cylindrical-coordinate representation of color #27D318: hue angle of 115.19º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27D318 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 211 | 24 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.17 |
| HSL | 115.19º | 0.8% | 0.46% | - |
| HSV(B) | 115.19º | 0.89% | 0.83% | - |
| XYZ | 24.3 | 47.09 | 8.67 | - |
| YUV | 138.25 | 63.52 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 24 | 0.82 | 0 | 0.89 | 0.17 | 115.19 | 0.8 | 0.46 |
| Hex | 27 | D3 | 18 | 52 | 0 | 59 | 11 | 73 | 50 | 2E |
| Octal | 47 | 323 | 30 | 122 | 0 | 131 | 21 | 163 | 120 | 56 |
| Binary | 100111 | 11010011 | 11000 | 1010010 | 0 | 1011001 | 10001 | 1110011 | 1010000 | 101110 |
Color Harmonies of #27D318
Complementary color
Monochromatic Colors of #27D318
Black with #27D318
Text Example
Text Example
White with #27D318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D318; }
p { color: rgb(39,211,24); }
H1.HeaderClassName
{
color: #27D318;
}
.AnyTagClassName
{
color: #27D318;
}
</style>
background-color css
<style>
a { background-color: #27D318; }
a { background-color: rgb(39,211,24); }
div.DivClassName
{
background-color: #27D318;
}
.BgClassName
{
background-color: #27D318;
}
</style>
border-color css
<style>
span { border-color: #27D318; }
span { border-color: rgb(39,211,24); }
td.TdClassName
{
border-color: #27D318;
}
.TagClassName
{
border-color: #27D318;
}
</style>