Shades of Lime Green #27BA4B
Tints of Lime Green #27BA4B
RGB
CMYK
RGB Variations
Color information
#27BA4B (or 0x27BA4B) is known color: Lime Green. HEX triplet: 27, BA and 4B. RGB value is (39,186,75). Sum of RGB (Red+Green+Blue) = 39+186+75=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA4B is #D845B4. Grayscale: #818181. Windows color (decimal): -14173621 or 4962855. OLE color: 4962855.
HSL color Cylindrical-coordinate representation of color #27BA4B: hue angle of 134.69º 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 #27BA4B is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 75 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.27 |
| HSL | 134.69º | 0.65% | 0.44% | - |
| HSV(B) | 134.69º | 0.79% | 0.73% | - |
| XYZ | 19.67 | 36.06 | 12.58 | - |
| YUV | 129.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 75 | 0.79 | 0 | 0.60 | 0.27 | 134.69 | 0.65 | 0.44 |
| Hex | 27 | BA | 4B | 4F | 0 | 3C | 1B | 87 | 41 | 2C |
| Octal | 47 | 272 | 113 | 117 | 0 | 74 | 33 | 207 | 101 | 54 |
| Binary | 100111 | 10111010 | 1001011 | 1001111 | 0 | 111100 | 11011 | 10000111 | 1000001 | 101100 |
Color Harmonies of #27BA4B
Complementary color
Monochromatic Colors of #27BA4B
Black with #27BA4B
Text Example
Text Example
White with #27BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA4B; }
p { color: rgb(39,186,75); }
H1.HeaderClassName
{
color: #27BA4B;
}
.AnyTagClassName
{
color: #27BA4B;
}
</style>
background-color css
<style>
a { background-color: #27BA4B; }
a { background-color: rgb(39,186,75); }
div.DivClassName
{
background-color: #27BA4B;
}
.BgClassName
{
background-color: #27BA4B;
}
</style>
border-color css
<style>
span { border-color: #27BA4B; }
span { border-color: rgb(39,186,75); }
td.TdClassName
{
border-color: #27BA4B;
}
.TagClassName
{
border-color: #27BA4B;
}
</style>