Shades of Lime Green #27C52C
Tints of Lime Green #27C52C
RGB
CMYK
RGB Variations
Color information
#27C52C (or 0x27C52C) is known color: Lime Green. HEX triplet: 27, C5 and 2C. RGB value is (39,197,44). Sum of RGB (Red+Green+Blue) = 39+197+44=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #27C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C52C is #D83AD3. Grayscale: #848484. Windows color (decimal): -14170836 or 2934055. OLE color: 2934055.
HSL color Cylindrical-coordinate representation of color #27C52C: hue angle of 121.9º 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 #27C52C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 44 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.23 |
| HSL | 121.9º | 0.67% | 0.46% | - |
| HSV(B) | 121.9º | 0.8% | 0.77% | - |
| XYZ | 21.26 | 40.55 | 9.09 | - |
| YUV | 132.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 44 | 0.80 | 0 | 0.78 | 0.23 | 121.9 | 0.67 | 0.46 |
| Hex | 27 | C5 | 2C | 50 | 0 | 4E | 17 | 7A | 43 | 2E |
| Octal | 47 | 305 | 54 | 120 | 0 | 116 | 27 | 172 | 103 | 56 |
| Binary | 100111 | 11000101 | 101100 | 1010000 | 0 | 1001110 | 10111 | 1111010 | 1000011 | 101110 |
Color Harmonies of #27C52C
Complementary color
Monochromatic Colors of #27C52C
Black with #27C52C
Text Example
Text Example
White with #27C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C52C; }
p { color: rgb(39,197,44); }
H1.HeaderClassName
{
color: #27C52C;
}
.AnyTagClassName
{
color: #27C52C;
}
</style>
background-color css
<style>
a { background-color: #27C52C; }
a { background-color: rgb(39,197,44); }
div.DivClassName
{
background-color: #27C52C;
}
.BgClassName
{
background-color: #27C52C;
}
</style>
border-color css
<style>
span { border-color: #27C52C; }
span { border-color: rgb(39,197,44); }
td.TdClassName
{
border-color: #27C52C;
}
.TagClassName
{
border-color: #27C52C;
}
</style>