Shades of Lime Green #27BD45
Tints of Lime Green #27BD45
RGB
CMYK
RGB Variations
Color information
#27BD45 (or 0x27BD45) is known color: Lime Green. HEX triplet: 27, BD and 45. RGB value is (39,189,69). Sum of RGB (Red+Green+Blue) = 39+189+69=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD45 is #D842BA. Grayscale: #828282. Windows color (decimal): -14172859 or 4570407. OLE color: 4570407.
HSL color Cylindrical-coordinate representation of color #27BD45: hue angle of 132º 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 #27BD45 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 69 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.26 |
| HSL | 132º | 0.66% | 0.45% | - |
| HSV(B) | 132º | 0.79% | 0.74% | - |
| XYZ | 20.11 | 37.26 | 11.76 | - |
| YUV | 130.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 69 | 0.79 | 0 | 0.63 | 0.26 | 132 | 0.66 | 0.45 |
| Hex | 27 | BD | 45 | 4F | 0 | 3F | 1A | 84 | 42 | 2D |
| Octal | 47 | 275 | 105 | 117 | 0 | 77 | 32 | 204 | 102 | 55 |
| Binary | 100111 | 10111101 | 1000101 | 1001111 | 0 | 111111 | 11010 | 10000100 | 1000010 | 101101 |
Color Harmonies of #27BD45
Complementary color
Monochromatic Colors of #27BD45
Black with #27BD45
Text Example
Text Example
White with #27BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD45; }
p { color: rgb(39,189,69); }
H1.HeaderClassName
{
color: #27BD45;
}
.AnyTagClassName
{
color: #27BD45;
}
</style>
background-color css
<style>
a { background-color: #27BD45; }
a { background-color: rgb(39,189,69); }
div.DivClassName
{
background-color: #27BD45;
}
.BgClassName
{
background-color: #27BD45;
}
</style>
border-color css
<style>
span { border-color: #27BD45; }
span { border-color: rgb(39,189,69); }
td.TdClassName
{
border-color: #27BD45;
}
.TagClassName
{
border-color: #27BD45;
}
</style>