Shades of Lime Green #27DA14
Tints of Lime Green #27DA14
RGB
CMYK
RGB Variations
Color information
#27DA14 (or 0x27DA14) is known color: Lime Green. HEX triplet: 27, DA and 14. RGB value is (39,218,20). Sum of RGB (Red+Green+Blue) = 39+218+20=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #27DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DA14 is #D825EB. Grayscale: #8E8E8E. Windows color (decimal): -14165484 or 1366567. OLE color: 1366567.
HSL color Cylindrical-coordinate representation of color #27DA14: hue angle of 114.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27DA14 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 218 | 20 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.15 |
| HSL | 114.24º | 0.83% | 0.47% | - |
| HSV(B) | 114.24º | 0.91% | 0.85% | - |
| XYZ | 26.03 | 50.62 | 9.06 | - |
| YUV | 141.91 | 59.2 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 20 | 0.82 | 0 | 0.91 | 0.15 | 114.24 | 0.83 | 0.47 |
| Hex | 27 | DA | 14 | 52 | 0 | 5B | F | 72 | 53 | 2F |
| Octal | 47 | 332 | 24 | 122 | 0 | 133 | 17 | 162 | 123 | 57 |
| Binary | 100111 | 11011010 | 10100 | 1010010 | 0 | 1011011 | 1111 | 1110010 | 1010011 | 101111 |
Color Harmonies of #27DA14
Complementary color
Monochromatic Colors of #27DA14
Black with #27DA14
Text Example
Text Example
White with #27DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DA14; }
p { color: rgb(39,218,20); }
H1.HeaderClassName
{
color: #27DA14;
}
.AnyTagClassName
{
color: #27DA14;
}
</style>
background-color css
<style>
a { background-color: #27DA14; }
a { background-color: rgb(39,218,20); }
div.DivClassName
{
background-color: #27DA14;
}
.BgClassName
{
background-color: #27DA14;
}
</style>
border-color css
<style>
span { border-color: #27DA14; }
span { border-color: rgb(39,218,20); }
td.TdClassName
{
border-color: #27DA14;
}
.TagClassName
{
border-color: #27DA14;
}
</style>