Shades of Lime Green #27BA1E
Tints of Lime Green #27BA1E
RGB
CMYK
RGB Variations
Color information
#27BA1E (or 0x27BA1E) is known color: Lime Green. HEX triplet: 27, BA and 1E. RGB value is (39,186,30). Sum of RGB (Red+Green+Blue) = 39+186+30=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA1E is #D845E1. Grayscale: #7C7C7C. Windows color (decimal): -14173666 or 2013735. OLE color: 2013735.
HSL color Cylindrical-coordinate representation of color #27BA1E: hue angle of 116.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27BA1E is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 30 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.27 |
| HSL | 116.54º | 0.72% | 0.42% | - |
| HSV(B) | 116.54º | 0.84% | 0.73% | - |
| XYZ | 18.63 | 35.64 | 7.13 | - |
| YUV | 124.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 30 | 0.79 | 0 | 0.84 | 0.27 | 116.54 | 0.72 | 0.42 |
| Hex | 27 | BA | 1E | 4F | 0 | 54 | 1B | 75 | 48 | 2A |
| Octal | 47 | 272 | 36 | 117 | 0 | 124 | 33 | 165 | 110 | 52 |
| Binary | 100111 | 10111010 | 11110 | 1001111 | 0 | 1010100 | 11011 | 1110101 | 1001000 | 101010 |
Color Harmonies of #27BA1E
Complementary color
Monochromatic Colors of #27BA1E
Black with #27BA1E
Text Example
Text Example
White with #27BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA1E; }
p { color: rgb(39,186,30); }
H1.HeaderClassName
{
color: #27BA1E;
}
.AnyTagClassName
{
color: #27BA1E;
}
</style>
background-color css
<style>
a { background-color: #27BA1E; }
a { background-color: rgb(39,186,30); }
div.DivClassName
{
background-color: #27BA1E;
}
.BgClassName
{
background-color: #27BA1E;
}
</style>
border-color css
<style>
span { border-color: #27BA1E; }
span { border-color: rgb(39,186,30); }
td.TdClassName
{
border-color: #27BA1E;
}
.TagClassName
{
border-color: #27BA1E;
}
</style>