Shades of Lime Green #27BC2F
Tints of Lime Green #27BC2F
RGB
CMYK
RGB Variations
Color information
#27BC2F (or 0x27BC2F) is known color: Lime Green. HEX triplet: 27, BC and 2F. RGB value is (39,188,47). Sum of RGB (Red+Green+Blue) = 39+188+47=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC2F is #D843D0. Grayscale: #7F7F7F. Windows color (decimal): -14173137 or 3128359. OLE color: 3128359.
HSL color Cylindrical-coordinate representation of color #27BC2F: hue angle of 123.22º 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 #27BC2F is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 47 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.26 |
| HSL | 123.22º | 0.66% | 0.45% | - |
| HSV(B) | 123.22º | 0.79% | 0.74% | - |
| XYZ | 19.33 | 36.6 | 8.74 | - |
| YUV | 127.38 | 82.64 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 47 | 0.79 | 0 | 0.75 | 0.26 | 123.22 | 0.66 | 0.45 |
| Hex | 27 | BC | 2F | 4F | 0 | 4B | 1A | 7B | 42 | 2D |
| Octal | 47 | 274 | 57 | 117 | 0 | 113 | 32 | 173 | 102 | 55 |
| Binary | 100111 | 10111100 | 101111 | 1001111 | 0 | 1001011 | 11010 | 1111011 | 1000010 | 101101 |
Color Harmonies of #27BC2F
Complementary color
Monochromatic Colors of #27BC2F
Black with #27BC2F
Text Example
Text Example
White with #27BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC2F; }
p { color: rgb(39,188,47); }
H1.HeaderClassName
{
color: #27BC2F;
}
.AnyTagClassName
{
color: #27BC2F;
}
</style>
background-color css
<style>
a { background-color: #27BC2F; }
a { background-color: rgb(39,188,47); }
div.DivClassName
{
background-color: #27BC2F;
}
.BgClassName
{
background-color: #27BC2F;
}
</style>
border-color css
<style>
span { border-color: #27BC2F; }
span { border-color: rgb(39,188,47); }
td.TdClassName
{
border-color: #27BC2F;
}
.TagClassName
{
border-color: #27BC2F;
}
</style>