Shades of Lime Green #27D014
Tints of Lime Green #27D014
RGB
CMYK
RGB Variations
Color information
#27D014 (or 0x27D014) is known color: Lime Green. HEX triplet: 27, D0 and 14. RGB value is (39,208,20). Sum of RGB (Red+Green+Blue) = 39+208+20=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 208 (81.64% from 255 or 77.90% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 208 - color contains mainly: green. Hex color #27D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D014 is #D82FEB. Grayscale: #888888. Windows color (decimal): -14168044 or 1364007. OLE color: 1364007.
HSL color Cylindrical-coordinate representation of color #27D014: hue angle of 113.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27D014 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 208 | 20 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.18 |
| HSL | 113.94º | 0.82% | 0.45% | - |
| HSV(B) | 113.94º | 0.9% | 0.82% | - |
| XYZ | 23.52 | 45.59 | 8.22 | - |
| YUV | 136.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 208 | 20 | 0.81 | 0 | 0.90 | 0.18 | 113.94 | 0.82 | 0.45 |
| Hex | 27 | D0 | 14 | 51 | 0 | 5A | 12 | 72 | 52 | 2D |
| Octal | 47 | 320 | 24 | 121 | 0 | 132 | 22 | 162 | 122 | 55 |
| Binary | 100111 | 11010000 | 10100 | 1010001 | 0 | 1011010 | 10010 | 1110010 | 1010010 | 101101 |
Color Harmonies of #27D014
Complementary color
Monochromatic Colors of #27D014
Black with #27D014
Text Example
Text Example
White with #27D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D014; }
p { color: rgb(39,208,20); }
H1.HeaderClassName
{
color: #27D014;
}
.AnyTagClassName
{
color: #27D014;
}
</style>
background-color css
<style>
a { background-color: #27D014; }
a { background-color: rgb(39,208,20); }
div.DivClassName
{
background-color: #27D014;
}
.BgClassName
{
background-color: #27D014;
}
</style>
border-color css
<style>
span { border-color: #27D014; }
span { border-color: rgb(39,208,20); }
td.TdClassName
{
border-color: #27D014;
}
.TagClassName
{
border-color: #27D014;
}
</style>