Shades of Lime Green #27BC40
Tints of Lime Green #27BC40
RGB
CMYK
RGB Variations
Color information
#27BC40 (or 0x27BC40) is known color: Lime Green. HEX triplet: 27, BC and 40. RGB value is (39,188,64). Sum of RGB (Red+Green+Blue) = 39+188+64=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC40 is #D843BF. Grayscale: #818181. Windows color (decimal): -14173120 or 4242471. OLE color: 4242471.
HSL color Cylindrical-coordinate representation of color #27BC40: hue angle of 130.07º 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 #27BC40 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 64 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.26 |
| HSL | 130.07º | 0.66% | 0.45% | - |
| HSV(B) | 130.07º | 0.79% | 0.74% | - |
| XYZ | 19.75 | 36.77 | 10.91 | - |
| YUV | 129.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 64 | 0.79 | 0 | 0.66 | 0.26 | 130.07 | 0.66 | 0.45 |
| Hex | 27 | BC | 40 | 4F | 0 | 42 | 1A | 82 | 42 | 2D |
| Octal | 47 | 274 | 100 | 117 | 0 | 102 | 32 | 202 | 102 | 55 |
| Binary | 100111 | 10111100 | 1000000 | 1001111 | 0 | 1000010 | 11010 | 10000010 | 1000010 | 101101 |
Color Harmonies of #27BC40
Complementary color
Monochromatic Colors of #27BC40
Black with #27BC40
Text Example
Text Example
White with #27BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC40; }
p { color: rgb(39,188,64); }
H1.HeaderClassName
{
color: #27BC40;
}
.AnyTagClassName
{
color: #27BC40;
}
</style>
background-color css
<style>
a { background-color: #27BC40; }
a { background-color: rgb(39,188,64); }
div.DivClassName
{
background-color: #27BC40;
}
.BgClassName
{
background-color: #27BC40;
}
</style>
border-color css
<style>
span { border-color: #27BC40; }
span { border-color: rgb(39,188,64); }
td.TdClassName
{
border-color: #27BC40;
}
.TagClassName
{
border-color: #27BC40;
}
</style>