Shades of Lime Green #27BC17
Tints of Lime Green #27BC17
RGB
CMYK
RGB Variations
Color information
#27BC17 (or 0x27BC17) is known color: Lime Green. HEX triplet: 27, BC and 17. RGB value is (39,188,23). Sum of RGB (Red+Green+Blue) = 39+188+23=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BC17 is #D843E8. Grayscale: #7D7D7D. Windows color (decimal): -14173161 or 1555495. OLE color: 1555495.
HSL color Cylindrical-coordinate representation of color #27BC17: hue angle of 114.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27BC17 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 23 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.26 |
| HSL | 114.18º | 0.78% | 0.41% | - |
| HSV(B) | 114.18º | 0.88% | 0.74% | - |
| XYZ | 18.97 | 36.46 | 6.85 | - |
| YUV | 124.64 | 70.64 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 23 | 0.79 | 0 | 0.88 | 0.26 | 114.18 | 0.78 | 0.41 |
| Hex | 27 | BC | 17 | 4F | 0 | 58 | 1A | 72 | 4E | 29 |
| Octal | 47 | 274 | 27 | 117 | 0 | 130 | 32 | 162 | 116 | 51 |
| Binary | 100111 | 10111100 | 10111 | 1001111 | 0 | 1011000 | 11010 | 1110010 | 1001110 | 101001 |
Color Harmonies of #27BC17
Complementary color
Monochromatic Colors of #27BC17
Black with #27BC17
Text Example
Text Example
White with #27BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC17; }
p { color: rgb(39,188,23); }
H1.HeaderClassName
{
color: #27BC17;
}
.AnyTagClassName
{
color: #27BC17;
}
</style>
background-color css
<style>
a { background-color: #27BC17; }
a { background-color: rgb(39,188,23); }
div.DivClassName
{
background-color: #27BC17;
}
.BgClassName
{
background-color: #27BC17;
}
</style>
border-color css
<style>
span { border-color: #27BC17; }
span { border-color: rgb(39,188,23); }
td.TdClassName
{
border-color: #27BC17;
}
.TagClassName
{
border-color: #27BC17;
}
</style>