Shades of Lime Green #27BA3B
Tints of Lime Green #27BA3B
RGB
CMYK
RGB Variations
Color information
#27BA3B (or 0x27BA3B) is known color: Lime Green. HEX triplet: 27, BA and 3B. RGB value is (39,186,59). Sum of RGB (Red+Green+Blue) = 39+186+59=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA3B is #D845C4. Grayscale: #7F7F7F. Windows color (decimal): -14173637 or 3914279. OLE color: 3914279.
HSL color Cylindrical-coordinate representation of color #27BA3B: hue angle of 128.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA3B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 59 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.27 |
| HSL | 128.16º | 0.65% | 0.44% | - |
| HSV(B) | 128.16º | 0.79% | 0.73% | - |
| XYZ | 19.19 | 35.86 | 10.05 | - |
| YUV | 127.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 59 | 0.79 | 0 | 0.68 | 0.27 | 128.16 | 0.65 | 0.44 |
| Hex | 27 | BA | 3B | 4F | 0 | 44 | 1B | 80 | 41 | 2C |
| Octal | 47 | 272 | 73 | 117 | 0 | 104 | 33 | 200 | 101 | 54 |
| Binary | 100111 | 10111010 | 111011 | 1001111 | 0 | 1000100 | 11011 | 10000000 | 1000001 | 101100 |
Color Harmonies of #27BA3B
Complementary color
Monochromatic Colors of #27BA3B
Black with #27BA3B
Text Example
Text Example
White with #27BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA3B; }
p { color: rgb(39,186,59); }
H1.HeaderClassName
{
color: #27BA3B;
}
.AnyTagClassName
{
color: #27BA3B;
}
</style>
background-color css
<style>
a { background-color: #27BA3B; }
a { background-color: rgb(39,186,59); }
div.DivClassName
{
background-color: #27BA3B;
}
.BgClassName
{
background-color: #27BA3B;
}
</style>
border-color css
<style>
span { border-color: #27BA3B; }
span { border-color: rgb(39,186,59); }
td.TdClassName
{
border-color: #27BA3B;
}
.TagClassName
{
border-color: #27BA3B;
}
</style>