Shades of Lime Green #27C346
Tints of Lime Green #27C346
RGB
CMYK
RGB Variations
Color information
#27C346 (or 0x27C346) is known color: Lime Green. HEX triplet: 27, C3 and 46. RGB value is (39,195,70). Sum of RGB (Red+Green+Blue) = 39+195+70=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #27C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C346 is #D83CB9. Grayscale: #868686. Windows color (decimal): -14171322 or 4637479. OLE color: 4637479.
HSL color Cylindrical-coordinate representation of color #27C346: hue angle of 131.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C346 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 70 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.24 |
| HSL | 131.92º | 0.67% | 0.46% | - |
| HSV(B) | 131.92º | 0.8% | 0.76% | - |
| XYZ | 21.46 | 39.9 | 12.37 | - |
| YUV | 134.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 70 | 0.80 | 0 | 0.64 | 0.24 | 131.92 | 0.67 | 0.46 |
| Hex | 27 | C3 | 46 | 50 | 0 | 40 | 18 | 84 | 43 | 2E |
| Octal | 47 | 303 | 106 | 120 | 0 | 100 | 30 | 204 | 103 | 56 |
| Binary | 100111 | 11000011 | 1000110 | 1010000 | 0 | 1000000 | 11000 | 10000100 | 1000011 | 101110 |
Color Harmonies of #27C346
Complementary color
Monochromatic Colors of #27C346
Black with #27C346
Text Example
Text Example
White with #27C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C346; }
p { color: rgb(39,195,70); }
H1.HeaderClassName
{
color: #27C346;
}
.AnyTagClassName
{
color: #27C346;
}
</style>
background-color css
<style>
a { background-color: #27C346; }
a { background-color: rgb(39,195,70); }
div.DivClassName
{
background-color: #27C346;
}
.BgClassName
{
background-color: #27C346;
}
</style>
border-color css
<style>
span { border-color: #27C346; }
span { border-color: rgb(39,195,70); }
td.TdClassName
{
border-color: #27C346;
}
.TagClassName
{
border-color: #27C346;
}
</style>