Shades of Lime Green #27C526
Tints of Lime Green #27C526
RGB
CMYK
RGB Variations
Color information
#27C526 (or 0x27C526) is known color: Lime Green. HEX triplet: 27, C5 and 26. RGB value is (39,197,38). Sum of RGB (Red+Green+Blue) = 39+197+38=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #27C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C526 is #D83AD9. Grayscale: #848484. Windows color (decimal): -14170842 or 2540839. OLE color: 2540839.
HSL color Cylindrical-coordinate representation of color #27C526: hue angle of 119.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C526 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 38 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.23 |
| HSL | 119.62º | 0.68% | 0.46% | - |
| HSV(B) | 119.62º | 0.81% | 0.77% | - |
| XYZ | 21.15 | 40.5 | 8.54 | - |
| YUV | 131.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 38 | 0.80 | 0 | 0.81 | 0.23 | 119.62 | 0.68 | 0.46 |
| Hex | 27 | C5 | 26 | 50 | 0 | 51 | 17 | 78 | 44 | 2E |
| Octal | 47 | 305 | 46 | 120 | 0 | 121 | 27 | 170 | 104 | 56 |
| Binary | 100111 | 11000101 | 100110 | 1010000 | 0 | 1010001 | 10111 | 1111000 | 1000100 | 101110 |
Color Harmonies of #27C526
Complementary color
Monochromatic Colors of #27C526
Black with #27C526
Text Example
Text Example
White with #27C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C526; }
p { color: rgb(39,197,38); }
H1.HeaderClassName
{
color: #27C526;
}
.AnyTagClassName
{
color: #27C526;
}
</style>
background-color css
<style>
a { background-color: #27C526; }
a { background-color: rgb(39,197,38); }
div.DivClassName
{
background-color: #27C526;
}
.BgClassName
{
background-color: #27C526;
}
</style>
border-color css
<style>
span { border-color: #27C526; }
span { border-color: rgb(39,197,38); }
td.TdClassName
{
border-color: #27C526;
}
.TagClassName
{
border-color: #27C526;
}
</style>