Shades of Lime Green #27D608
Tints of Lime Green #27D608
RGB
CMYK
RGB Variations
Color information
#27D608 (or 0x27D608) is known color: Lime Green. HEX triplet: 27, D6 and 08. RGB value is (39,214,8). Sum of RGB (Red+Green+Blue) = 39+214+8=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #27D608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D608 is #D829F7. Grayscale: #8A8A8A. Windows color (decimal): -14166520 or 579111. OLE color: 579111.
HSL color Cylindrical-coordinate representation of color #27D608: hue angle of 110.97º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27D608 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.16 |
| HSL | 110.97º | 0.93% | 0.44% | - |
| HSV(B) | 110.97º | 0.96% | 0.84% | - |
| XYZ | 24.93 | 48.54 | 8.29 | - |
| YUV | 138.19 | 54.52 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 8 | 0.82 | 0 | 0.96 | 0.16 | 110.97 | 0.93 | 0.44 |
| Hex | 27 | D6 | 8 | 52 | 0 | 60 | 10 | 6F | 5D | 2C |
| Octal | 47 | 326 | 10 | 122 | 0 | 140 | 20 | 157 | 135 | 54 |
| Binary | 100111 | 11010110 | 1000 | 1010010 | 0 | 1100000 | 10000 | 1101111 | 1011101 | 101100 |
Color Harmonies of #27D608
Complementary color
Monochromatic Colors of #27D608
Black with #27D608
Text Example
Text Example
White with #27D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D608; }
p { color: rgb(39,214,8); }
H1.HeaderClassName
{
color: #27D608;
}
.AnyTagClassName
{
color: #27D608;
}
</style>
background-color css
<style>
a { background-color: #27D608; }
a { background-color: rgb(39,214,8); }
div.DivClassName
{
background-color: #27D608;
}
.BgClassName
{
background-color: #27D608;
}
</style>
border-color css
<style>
span { border-color: #27D608; }
span { border-color: rgb(39,214,8); }
td.TdClassName
{
border-color: #27D608;
}
.TagClassName
{
border-color: #27D608;
}
</style>