Shades of Lime Green #27BC2A
Tints of Lime Green #27BC2A
RGB
CMYK
RGB Variations
Color information
#27BC2A (or 0x27BC2A) is known color: Lime Green. HEX triplet: 27, BC and 2A. RGB value is (39,188,42). Sum of RGB (Red+Green+Blue) = 39+188+42=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC2A is #D843D5. Grayscale: #7F7F7F. Windows color (decimal): -14173142 or 2800679. OLE color: 2800679.
HSL color Cylindrical-coordinate representation of color #27BC2A: hue angle of 121.21º 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 #27BC2A is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 42 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.26 |
| HSL | 121.21º | 0.66% | 0.45% | - |
| HSV(B) | 121.21º | 0.79% | 0.74% | - |
| XYZ | 19.24 | 36.56 | 8.23 | - |
| YUV | 126.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 42 | 0.79 | 0 | 0.78 | 0.26 | 121.21 | 0.66 | 0.45 |
| Hex | 27 | BC | 2A | 4F | 0 | 4E | 1A | 79 | 42 | 2D |
| Octal | 47 | 274 | 52 | 117 | 0 | 116 | 32 | 171 | 102 | 55 |
| Binary | 100111 | 10111100 | 101010 | 1001111 | 0 | 1001110 | 11010 | 1111001 | 1000010 | 101101 |
Color Harmonies of #27BC2A
Complementary color
Monochromatic Colors of #27BC2A
Black with #27BC2A
Text Example
Text Example
White with #27BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC2A; }
p { color: rgb(39,188,42); }
H1.HeaderClassName
{
color: #27BC2A;
}
.AnyTagClassName
{
color: #27BC2A;
}
</style>
background-color css
<style>
a { background-color: #27BC2A; }
a { background-color: rgb(39,188,42); }
div.DivClassName
{
background-color: #27BC2A;
}
.BgClassName
{
background-color: #27BC2A;
}
</style>
border-color css
<style>
span { border-color: #27BC2A; }
span { border-color: rgb(39,188,42); }
td.TdClassName
{
border-color: #27BC2A;
}
.TagClassName
{
border-color: #27BC2A;
}
</style>