Shades of Lime Green #27BC2D
Tints of Lime Green #27BC2D
RGB
CMYK
RGB Variations
Color information
#27BC2D (or 0x27BC2D) is known color: Lime Green. HEX triplet: 27, BC and 2D. RGB value is (39,188,45). Sum of RGB (Red+Green+Blue) = 39+188+45=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC2D is #D843D2. Grayscale: #7F7F7F. Windows color (decimal): -14173139 or 2997287. OLE color: 2997287.
HSL color Cylindrical-coordinate representation of color #27BC2D: hue angle of 122.42º 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 #27BC2D is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 45 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.26 |
| HSL | 122.42º | 0.66% | 0.45% | - |
| HSV(B) | 122.42º | 0.79% | 0.74% | - |
| XYZ | 19.29 | 36.59 | 8.53 | - |
| YUV | 127.15 | 81.64 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 45 | 0.79 | 0 | 0.76 | 0.26 | 122.42 | 0.66 | 0.45 |
| Hex | 27 | BC | 2D | 4F | 0 | 4C | 1A | 7A | 42 | 2D |
| Octal | 47 | 274 | 55 | 117 | 0 | 114 | 32 | 172 | 102 | 55 |
| Binary | 100111 | 10111100 | 101101 | 1001111 | 0 | 1001100 | 11010 | 1111010 | 1000010 | 101101 |
Color Harmonies of #27BC2D
Complementary color
Monochromatic Colors of #27BC2D
Black with #27BC2D
Text Example
Text Example
White with #27BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC2D; }
p { color: rgb(39,188,45); }
H1.HeaderClassName
{
color: #27BC2D;
}
.AnyTagClassName
{
color: #27BC2D;
}
</style>
background-color css
<style>
a { background-color: #27BC2D; }
a { background-color: rgb(39,188,45); }
div.DivClassName
{
background-color: #27BC2D;
}
.BgClassName
{
background-color: #27BC2D;
}
</style>
border-color css
<style>
span { border-color: #27BC2D; }
span { border-color: rgb(39,188,45); }
td.TdClassName
{
border-color: #27BC2D;
}
.TagClassName
{
border-color: #27BC2D;
}
</style>