Shades of Lime Green #27DF14
Tints of Lime Green #27DF14
RGB
CMYK
RGB Variations
Color information
#27DF14 (or 0x27DF14) is known color: Lime Green. HEX triplet: 27, DF and 14. RGB value is (39,223,20). Sum of RGB (Red+Green+Blue) = 39+223+20=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DF14 is #D820EB. Grayscale: #919191. Windows color (decimal): -14164204 or 1367847. OLE color: 1367847.
HSL color Cylindrical-coordinate representation of color #27DF14: hue angle of 114.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27DF14 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 20 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.13 |
| HSL | 114.38º | 0.84% | 0.48% | - |
| HSV(B) | 114.38º | 0.91% | 0.87% | - |
| XYZ | 27.35 | 53.26 | 9.5 | - |
| YUV | 144.84 | 57.54 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 20 | 0.83 | 0 | 0.91 | 0.13 | 114.38 | 0.84 | 0.48 |
| Hex | 27 | DF | 14 | 53 | 0 | 5B | D | 72 | 54 | 30 |
| Octal | 47 | 337 | 24 | 123 | 0 | 133 | 15 | 162 | 124 | 60 |
| Binary | 100111 | 11011111 | 10100 | 1010011 | 0 | 1011011 | 1101 | 1110010 | 1010100 | 110000 |
Color Harmonies of #27DF14
Complementary color
Monochromatic Colors of #27DF14
Black with #27DF14
Text Example
Text Example
White with #27DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF14; }
p { color: rgb(39,223,20); }
H1.HeaderClassName
{
color: #27DF14;
}
.AnyTagClassName
{
color: #27DF14;
}
</style>
background-color css
<style>
a { background-color: #27DF14; }
a { background-color: rgb(39,223,20); }
div.DivClassName
{
background-color: #27DF14;
}
.BgClassName
{
background-color: #27DF14;
}
</style>
border-color css
<style>
span { border-color: #27DF14; }
span { border-color: rgb(39,223,20); }
td.TdClassName
{
border-color: #27DF14;
}
.TagClassName
{
border-color: #27DF14;
}
</style>