Shades of Lime Green #27D808
Tints of Lime Green #27D808
RGB
CMYK
RGB Variations
Color information
#27D808 (or 0x27D808) is known color: Lime Green. HEX triplet: 27, D8 and 08. RGB value is (39,216,8). Sum of RGB (Red+Green+Blue) = 39+216+8=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 216 (84.77% from 255 or 82.13% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 216 - color contains mainly: green. Hex color #27D808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D808 is #D827F7. Grayscale: #8C8C8C. Windows color (decimal): -14166008 or 579623. OLE color: 579623.
HSL color Cylindrical-coordinate representation of color #27D808: hue angle of 111.06º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27D808 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.15 |
| HSL | 111.06º | 0.93% | 0.44% | - |
| HSV(B) | 111.06º | 0.96% | 0.85% | - |
| XYZ | 25.44 | 49.56 | 8.46 | - |
| YUV | 139.37 | 53.86 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 8 | 0.82 | 0 | 0.96 | 0.15 | 111.06 | 0.93 | 0.44 |
| Hex | 27 | D8 | 8 | 52 | 0 | 60 | F | 6F | 5D | 2C |
| Octal | 47 | 330 | 10 | 122 | 0 | 140 | 17 | 157 | 135 | 54 |
| Binary | 100111 | 11011000 | 1000 | 1010010 | 0 | 1100000 | 1111 | 1101111 | 1011101 | 101100 |
Color Harmonies of #27D808
Complementary color
Monochromatic Colors of #27D808
Black with #27D808
Text Example
Text Example
White with #27D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D808; }
p { color: rgb(39,216,8); }
H1.HeaderClassName
{
color: #27D808;
}
.AnyTagClassName
{
color: #27D808;
}
</style>
background-color css
<style>
a { background-color: #27D808; }
a { background-color: rgb(39,216,8); }
div.DivClassName
{
background-color: #27D808;
}
.BgClassName
{
background-color: #27D808;
}
</style>
border-color css
<style>
span { border-color: #27D808; }
span { border-color: rgb(39,216,8); }
td.TdClassName
{
border-color: #27D808;
}
.TagClassName
{
border-color: #27D808;
}
</style>