Shades of Lime Green #27BC19
Tints of Lime Green #27BC19
RGB
CMYK
RGB Variations
Color information
#27BC19 (or 0x27BC19) is known color: Lime Green. HEX triplet: 27, BC and 19. RGB value is (39,188,25). Sum of RGB (Red+Green+Blue) = 39+188+25=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BC19 is #D843E6. Grayscale: #7D7D7D. Windows color (decimal): -14173159 or 1686567. OLE color: 1686567.
HSL color Cylindrical-coordinate representation of color #27BC19: hue angle of 114.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27BC19 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 25 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.26 |
| HSL | 114.85º | 0.77% | 0.42% | - |
| HSV(B) | 114.85º | 0.87% | 0.74% | - |
| XYZ | 19 | 36.47 | 6.96 | - |
| YUV | 124.87 | 71.64 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 25 | 0.79 | 0 | 0.87 | 0.26 | 114.85 | 0.77 | 0.42 |
| Hex | 27 | BC | 19 | 4F | 0 | 57 | 1A | 73 | 4D | 2A |
| Octal | 47 | 274 | 31 | 117 | 0 | 127 | 32 | 163 | 115 | 52 |
| Binary | 100111 | 10111100 | 11001 | 1001111 | 0 | 1010111 | 11010 | 1110011 | 1001101 | 101010 |
Color Harmonies of #27BC19
Complementary color
Monochromatic Colors of #27BC19
Black with #27BC19
Text Example
Text Example
White with #27BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC19; }
p { color: rgb(39,188,25); }
H1.HeaderClassName
{
color: #27BC19;
}
.AnyTagClassName
{
color: #27BC19;
}
</style>
background-color css
<style>
a { background-color: #27BC19; }
a { background-color: rgb(39,188,25); }
div.DivClassName
{
background-color: #27BC19;
}
.BgClassName
{
background-color: #27BC19;
}
</style>
border-color css
<style>
span { border-color: #27BC19; }
span { border-color: rgb(39,188,25); }
td.TdClassName
{
border-color: #27BC19;
}
.TagClassName
{
border-color: #27BC19;
}
</style>