Shades of Lime Green #27C53C
Tints of Lime Green #27C53C
RGB
CMYK
RGB Variations
Color information
#27C53C (or 0x27C53C) is known color: Lime Green. HEX triplet: 27, C5 and 3C. RGB value is (39,197,60). Sum of RGB (Red+Green+Blue) = 39+197+60=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #27C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C53C is #D83AC3. Grayscale: #868686. Windows color (decimal): -14170820 or 3982631. OLE color: 3982631.
HSL color Cylindrical-coordinate representation of color #27C53C: hue angle of 127.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C53C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 60 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.23 |
| HSL | 127.97º | 0.67% | 0.46% | - |
| HSV(B) | 127.97º | 0.8% | 0.77% | - |
| XYZ | 21.62 | 40.69 | 10.99 | - |
| YUV | 134.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 60 | 0.80 | 0 | 0.70 | 0.23 | 127.97 | 0.67 | 0.46 |
| Hex | 27 | C5 | 3C | 50 | 0 | 46 | 17 | 80 | 43 | 2E |
| Octal | 47 | 305 | 74 | 120 | 0 | 106 | 27 | 200 | 103 | 56 |
| Binary | 100111 | 11000101 | 111100 | 1010000 | 0 | 1000110 | 10111 | 10000000 | 1000011 | 101110 |
Color Harmonies of #27C53C
Complementary color
Monochromatic Colors of #27C53C
Black with #27C53C
Text Example
Text Example
White with #27C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C53C; }
p { color: rgb(39,197,60); }
H1.HeaderClassName
{
color: #27C53C;
}
.AnyTagClassName
{
color: #27C53C;
}
</style>
background-color css
<style>
a { background-color: #27C53C; }
a { background-color: rgb(39,197,60); }
div.DivClassName
{
background-color: #27C53C;
}
.BgClassName
{
background-color: #27C53C;
}
</style>
border-color css
<style>
span { border-color: #27C53C; }
span { border-color: rgb(39,197,60); }
td.TdClassName
{
border-color: #27C53C;
}
.TagClassName
{
border-color: #27C53C;
}
</style>