Shades of Lime Green #27C54A
Tints of Lime Green #27C54A
RGB
CMYK
RGB Variations
Color information
#27C54A (or 0x27C54A) is known color: Lime Green. HEX triplet: 27, C5 and 4A. RGB value is (39,197,74). Sum of RGB (Red+Green+Blue) = 39+197+74=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #27C54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C54A is #D83AB5. Grayscale: #888888. Windows color (decimal): -14170806 or 4900135. OLE color: 4900135.
HSL color Cylindrical-coordinate representation of color #27C54A: hue angle of 133.29º 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 #27C54A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 74 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.23 |
| HSL | 133.29º | 0.67% | 0.46% | - |
| HSV(B) | 133.29º | 0.8% | 0.77% | - |
| XYZ | 22.04 | 40.86 | 13.2 | - |
| YUV | 135.74 | 93.15 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 74 | 0.80 | 0 | 0.62 | 0.23 | 133.29 | 0.67 | 0.46 |
| Hex | 27 | C5 | 4A | 50 | 0 | 3E | 17 | 85 | 43 | 2E |
| Octal | 47 | 305 | 112 | 120 | 0 | 76 | 27 | 205 | 103 | 56 |
| Binary | 100111 | 11000101 | 1001010 | 1010000 | 0 | 111110 | 10111 | 10000101 | 1000011 | 101110 |
Color Harmonies of #27C54A
Complementary color
Monochromatic Colors of #27C54A
Black with #27C54A
Text Example
Text Example
White with #27C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C54A; }
p { color: rgb(39,197,74); }
H1.HeaderClassName
{
color: #27C54A;
}
.AnyTagClassName
{
color: #27C54A;
}
</style>
background-color css
<style>
a { background-color: #27C54A; }
a { background-color: rgb(39,197,74); }
div.DivClassName
{
background-color: #27C54A;
}
.BgClassName
{
background-color: #27C54A;
}
</style>
border-color css
<style>
span { border-color: #27C54A; }
span { border-color: rgb(39,197,74); }
td.TdClassName
{
border-color: #27C54A;
}
.TagClassName
{
border-color: #27C54A;
}
</style>