Shades of Lime Green #27BC2E
Tints of Lime Green #27BC2E
RGB
CMYK
RGB Variations
Color information
#27BC2E (or 0x27BC2E) is known color: Lime Green. HEX triplet: 27, BC and 2E. RGB value is (39,188,46). Sum of RGB (Red+Green+Blue) = 39+188+46=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC2E is #D843D1. Grayscale: #7F7F7F. Windows color (decimal): -14173138 or 3062823. OLE color: 3062823.
HSL color Cylindrical-coordinate representation of color #27BC2E: hue angle of 122.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC2E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 46 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.26 |
| HSL | 122.82º | 0.66% | 0.45% | - |
| HSV(B) | 122.82º | 0.79% | 0.74% | - |
| XYZ | 19.31 | 36.6 | 8.63 | - |
| YUV | 127.26 | 82.14 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 46 | 0.79 | 0 | 0.76 | 0.26 | 122.82 | 0.66 | 0.45 |
| Hex | 27 | BC | 2E | 4F | 0 | 4C | 1A | 7B | 42 | 2D |
| Octal | 47 | 274 | 56 | 117 | 0 | 114 | 32 | 173 | 102 | 55 |
| Binary | 100111 | 10111100 | 101110 | 1001111 | 0 | 1001100 | 11010 | 1111011 | 1000010 | 101101 |
Color Harmonies of #27BC2E
Complementary color
Monochromatic Colors of #27BC2E
Black with #27BC2E
Text Example
Text Example
White with #27BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC2E; }
p { color: rgb(39,188,46); }
H1.HeaderClassName
{
color: #27BC2E;
}
.AnyTagClassName
{
color: #27BC2E;
}
</style>
background-color css
<style>
a { background-color: #27BC2E; }
a { background-color: rgb(39,188,46); }
div.DivClassName
{
background-color: #27BC2E;
}
.BgClassName
{
background-color: #27BC2E;
}
</style>
border-color css
<style>
span { border-color: #27BC2E; }
span { border-color: rgb(39,188,46); }
td.TdClassName
{
border-color: #27BC2E;
}
.TagClassName
{
border-color: #27BC2E;
}
</style>