Shades of Lime Green #27BA32
Tints of Lime Green #27BA32
RGB
CMYK
RGB Variations
Color information
#27BA32 (or 0x27BA32) is known color: Lime Green. HEX triplet: 27, BA and 32. RGB value is (39,186,50). Sum of RGB (Red+Green+Blue) = 39+186+50=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA32 is #D845CD. Grayscale: #7E7E7E. Windows color (decimal): -14173646 or 3324455. OLE color: 3324455.
HSL color Cylindrical-coordinate representation of color #27BA32: hue angle of 124.49º 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 #27BA32 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 50 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.27 |
| HSL | 124.49º | 0.65% | 0.44% | - |
| HSV(B) | 124.49º | 0.79% | 0.73% | - |
| XYZ | 18.97 | 35.78 | 8.92 | - |
| YUV | 126.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 50 | 0.79 | 0 | 0.73 | 0.27 | 124.49 | 0.65 | 0.44 |
| Hex | 27 | BA | 32 | 4F | 0 | 49 | 1B | 7C | 41 | 2C |
| Octal | 47 | 272 | 62 | 117 | 0 | 111 | 33 | 174 | 101 | 54 |
| Binary | 100111 | 10111010 | 110010 | 1001111 | 0 | 1001001 | 11011 | 1111100 | 1000001 | 101100 |
Color Harmonies of #27BA32
Complementary color
Monochromatic Colors of #27BA32
Black with #27BA32
Text Example
Text Example
White with #27BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA32; }
p { color: rgb(39,186,50); }
H1.HeaderClassName
{
color: #27BA32;
}
.AnyTagClassName
{
color: #27BA32;
}
</style>
background-color css
<style>
a { background-color: #27BA32; }
a { background-color: rgb(39,186,50); }
div.DivClassName
{
background-color: #27BA32;
}
.BgClassName
{
background-color: #27BA32;
}
</style>
border-color css
<style>
span { border-color: #27BA32; }
span { border-color: rgb(39,186,50); }
td.TdClassName
{
border-color: #27BA32;
}
.TagClassName
{
border-color: #27BA32;
}
</style>