Shades of Lime Green #27C514
Tints of Lime Green #27C514
RGB
CMYK
RGB Variations
Color information
#27C514 (or 0x27C514) is known color: Lime Green. HEX triplet: 27, C5 and 14. RGB value is (39,197,20). Sum of RGB (Red+Green+Blue) = 39+197+20=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #27C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C514 is #D83AEB. Grayscale: #828282. Windows color (decimal): -14170860 or 1361191. OLE color: 1361191.
HSL color Cylindrical-coordinate representation of color #27C514: hue angle of 113.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27C514 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 20 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.23 |
| HSL | 113.56º | 0.82% | 0.43% | - |
| HSV(B) | 113.56º | 0.9% | 0.77% | - |
| XYZ | 20.93 | 40.41 | 7.36 | - |
| YUV | 129.58 | 66.15 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 20 | 0.80 | 0 | 0.90 | 0.23 | 113.56 | 0.82 | 0.43 |
| Hex | 27 | C5 | 14 | 50 | 0 | 5A | 17 | 72 | 52 | 2B |
| Octal | 47 | 305 | 24 | 120 | 0 | 132 | 27 | 162 | 122 | 53 |
| Binary | 100111 | 11000101 | 10100 | 1010000 | 0 | 1011010 | 10111 | 1110010 | 1010010 | 101011 |
Color Harmonies of #27C514
Complementary color
Monochromatic Colors of #27C514
Black with #27C514
Text Example
Text Example
White with #27C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C514; }
p { color: rgb(39,197,20); }
H1.HeaderClassName
{
color: #27C514;
}
.AnyTagClassName
{
color: #27C514;
}
</style>
background-color css
<style>
a { background-color: #27C514; }
a { background-color: rgb(39,197,20); }
div.DivClassName
{
background-color: #27C514;
}
.BgClassName
{
background-color: #27C514;
}
</style>
border-color css
<style>
span { border-color: #27C514; }
span { border-color: rgb(39,197,20); }
td.TdClassName
{
border-color: #27C514;
}
.TagClassName
{
border-color: #27C514;
}
</style>