Shades of Lime Green #27BB44
Tints of Lime Green #27BB44
RGB
CMYK
RGB Variations
Color information
#27BB44 (or 0x27BB44) is known color: Lime Green. HEX triplet: 27, BB and 44. RGB value is (39,187,68). Sum of RGB (Red+Green+Blue) = 39+187+68=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #27BB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BB44 is #D844BB. Grayscale: #818181. Windows color (decimal): -14173372 or 4504359. OLE color: 4504359.
HSL color Cylindrical-coordinate representation of color #27BB44: hue angle of 131.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BB44 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 187 | 68 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.27 |
| HSL | 131.76º | 0.65% | 0.44% | - |
| HSV(B) | 131.76º | 0.79% | 0.73% | - |
| XYZ | 19.65 | 36.39 | 11.46 | - |
| YUV | 129.18 | 93.47 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 68 | 0.79 | 0 | 0.64 | 0.27 | 131.76 | 0.65 | 0.44 |
| Hex | 27 | BB | 44 | 4F | 0 | 40 | 1B | 84 | 41 | 2C |
| Octal | 47 | 273 | 104 | 117 | 0 | 100 | 33 | 204 | 101 | 54 |
| Binary | 100111 | 10111011 | 1000100 | 1001111 | 0 | 1000000 | 11011 | 10000100 | 1000001 | 101100 |
Color Harmonies of #27BB44
Complementary color
Monochromatic Colors of #27BB44
Black with #27BB44
Text Example
Text Example
White with #27BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BB44; }
p { color: rgb(39,187,68); }
H1.HeaderClassName
{
color: #27BB44;
}
.AnyTagClassName
{
color: #27BB44;
}
</style>
background-color css
<style>
a { background-color: #27BB44; }
a { background-color: rgb(39,187,68); }
div.DivClassName
{
background-color: #27BB44;
}
.BgClassName
{
background-color: #27BB44;
}
</style>
border-color css
<style>
span { border-color: #27BB44; }
span { border-color: rgb(39,187,68); }
td.TdClassName
{
border-color: #27BB44;
}
.TagClassName
{
border-color: #27BB44;
}
</style>