Shades of Lime Green #27BD46
Tints of Lime Green #27BD46
RGB
CMYK
RGB Variations
Color information
#27BD46 (or 0x27BD46) is known color: Lime Green. HEX triplet: 27, BD and 46. RGB value is (39,189,70). Sum of RGB (Red+Green+Blue) = 39+189+70=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD46 is #D842B9. Grayscale: #828282. Windows color (decimal): -14172858 or 4635943. OLE color: 4635943.
HSL color Cylindrical-coordinate representation of color #27BD46: hue angle of 132.4º 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 #27BD46 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 70 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.26 |
| HSL | 132.4º | 0.66% | 0.45% | - |
| HSV(B) | 132.4º | 0.79% | 0.74% | - |
| XYZ | 20.14 | 37.27 | 11.93 | - |
| YUV | 130.58 | 93.81 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 70 | 0.79 | 0 | 0.63 | 0.26 | 132.4 | 0.66 | 0.45 |
| Hex | 27 | BD | 46 | 4F | 0 | 3F | 1A | 84 | 42 | 2D |
| Octal | 47 | 275 | 106 | 117 | 0 | 77 | 32 | 204 | 102 | 55 |
| Binary | 100111 | 10111101 | 1000110 | 1001111 | 0 | 111111 | 11010 | 10000100 | 1000010 | 101101 |
Color Harmonies of #27BD46
Complementary color
Monochromatic Colors of #27BD46
Black with #27BD46
Text Example
Text Example
White with #27BD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD46; }
p { color: rgb(39,189,70); }
H1.HeaderClassName
{
color: #27BD46;
}
.AnyTagClassName
{
color: #27BD46;
}
</style>
background-color css
<style>
a { background-color: #27BD46; }
a { background-color: rgb(39,189,70); }
div.DivClassName
{
background-color: #27BD46;
}
.BgClassName
{
background-color: #27BD46;
}
</style>
border-color css
<style>
span { border-color: #27BD46; }
span { border-color: rgb(39,189,70); }
td.TdClassName
{
border-color: #27BD46;
}
.TagClassName
{
border-color: #27BD46;
}
</style>