Shades of Lime Green #27BC4C
Tints of Lime Green #27BC4C
RGB
CMYK
RGB Variations
Color information
#27BC4C (or 0x27BC4C) is known color: Lime Green. HEX triplet: 27, BC and 4C. RGB value is (39,188,76). Sum of RGB (Red+Green+Blue) = 39+188+76=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC4C is #D843B3. Grayscale: #828282. Windows color (decimal): -14173108 or 5028903. OLE color: 5028903.
HSL color Cylindrical-coordinate representation of color #27BC4C: hue angle of 134.9º 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 #27BC4C is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 76 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.26 |
| HSL | 134.9º | 0.66% | 0.45% | - |
| HSV(B) | 134.9º | 0.79% | 0.74% | - |
| XYZ | 20.12 | 36.92 | 12.9 | - |
| YUV | 130.68 | 97.14 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 76 | 0.79 | 0 | 0.60 | 0.26 | 134.9 | 0.66 | 0.45 |
| Hex | 27 | BC | 4C | 4F | 0 | 3C | 1A | 87 | 42 | 2D |
| Octal | 47 | 274 | 114 | 117 | 0 | 74 | 32 | 207 | 102 | 55 |
| Binary | 100111 | 10111100 | 1001100 | 1001111 | 0 | 111100 | 11010 | 10000111 | 1000010 | 101101 |
Color Harmonies of #27BC4C
Complementary color
Monochromatic Colors of #27BC4C
Black with #27BC4C
Text Example
Text Example
White with #27BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC4C; }
p { color: rgb(39,188,76); }
H1.HeaderClassName
{
color: #27BC4C;
}
.AnyTagClassName
{
color: #27BC4C;
}
</style>
background-color css
<style>
a { background-color: #27BC4C; }
a { background-color: rgb(39,188,76); }
div.DivClassName
{
background-color: #27BC4C;
}
.BgClassName
{
background-color: #27BC4C;
}
</style>
border-color css
<style>
span { border-color: #27BC4C; }
span { border-color: rgb(39,188,76); }
td.TdClassName
{
border-color: #27BC4C;
}
.TagClassName
{
border-color: #27BC4C;
}
</style>