Shades of Lime Green #27C522
Tints of Lime Green #27C522
RGB
CMYK
RGB Variations
Color information
#27C522 (or 0x27C522) is known color: Lime Green. HEX triplet: 27, C5 and 22. RGB value is (39,197,34). Sum of RGB (Red+Green+Blue) = 39+197+34=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #27C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C522 is #D83ADD. Grayscale: #838383. Windows color (decimal): -14170846 or 2278695. OLE color: 2278695.
HSL color Cylindrical-coordinate representation of color #27C522: hue angle of 118.16º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27C522 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 34 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.23 |
| HSL | 118.16º | 0.71% | 0.45% | - |
| HSV(B) | 118.16º | 0.83% | 0.77% | - |
| XYZ | 21.09 | 40.48 | 8.22 | - |
| YUV | 131.18 | 73.15 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 34 | 0.80 | 0 | 0.83 | 0.23 | 118.16 | 0.71 | 0.45 |
| Hex | 27 | C5 | 22 | 50 | 0 | 53 | 17 | 76 | 47 | 2D |
| Octal | 47 | 305 | 42 | 120 | 0 | 123 | 27 | 166 | 107 | 55 |
| Binary | 100111 | 11000101 | 100010 | 1010000 | 0 | 1010011 | 10111 | 1110110 | 1000111 | 101101 |
Color Harmonies of #27C522
Complementary color
Monochromatic Colors of #27C522
Black with #27C522
Text Example
Text Example
White with #27C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C522; }
p { color: rgb(39,197,34); }
H1.HeaderClassName
{
color: #27C522;
}
.AnyTagClassName
{
color: #27C522;
}
</style>
background-color css
<style>
a { background-color: #27C522; }
a { background-color: rgb(39,197,34); }
div.DivClassName
{
background-color: #27C522;
}
.BgClassName
{
background-color: #27C522;
}
</style>
border-color css
<style>
span { border-color: #27C522; }
span { border-color: rgb(39,197,34); }
td.TdClassName
{
border-color: #27C522;
}
.TagClassName
{
border-color: #27C522;
}
</style>