Shades of Lime Green #27D508
Tints of Lime Green #27D508
RGB
CMYK
RGB Variations
Color information
#27D508 (or 0x27D508) is known color: Lime Green. HEX triplet: 27, D5 and 08. RGB value is (39,213,8). Sum of RGB (Red+Green+Blue) = 39+213+8=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 213 (83.59% from 255 or 81.92% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 213 - color contains mainly: green. Hex color #27D508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D508 is #D82AF7. Grayscale: #8A8A8A. Windows color (decimal): -14166776 or 578855. OLE color: 578855.
HSL color Cylindrical-coordinate representation of color #27D508: hue angle of 110.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27D508 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.16 |
| HSL | 110.93º | 0.93% | 0.43% | - |
| HSV(B) | 110.93º | 0.96% | 0.84% | - |
| XYZ | 24.67 | 48.04 | 8.2 | - |
| YUV | 137.6 | 54.85 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 8 | 0.82 | 0 | 0.96 | 0.16 | 110.93 | 0.93 | 0.43 |
| Hex | 27 | D5 | 8 | 52 | 0 | 60 | 10 | 6F | 5D | 2B |
| Octal | 47 | 325 | 10 | 122 | 0 | 140 | 20 | 157 | 135 | 53 |
| Binary | 100111 | 11010101 | 1000 | 1010010 | 0 | 1100000 | 10000 | 1101111 | 1011101 | 101011 |
Color Harmonies of #27D508
Complementary color
Monochromatic Colors of #27D508
Black with #27D508
Text Example
Text Example
White with #27D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D508; }
p { color: rgb(39,213,8); }
H1.HeaderClassName
{
color: #27D508;
}
.AnyTagClassName
{
color: #27D508;
}
</style>
background-color css
<style>
a { background-color: #27D508; }
a { background-color: rgb(39,213,8); }
div.DivClassName
{
background-color: #27D508;
}
.BgClassName
{
background-color: #27D508;
}
</style>
border-color css
<style>
span { border-color: #27D508; }
span { border-color: rgb(39,213,8); }
td.TdClassName
{
border-color: #27D508;
}
.TagClassName
{
border-color: #27D508;
}
</style>