Shades of Lime Green #27E346
Tints of Lime Green #27E346
RGB
CMYK
RGB Variations
Color information
#27E346 (or 0x27E346) is known color: Lime Green. HEX triplet: 27, E3 and 46. RGB value is (39,227,70). Sum of RGB (Red+Green+Blue) = 39+227+70=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 227 (89.06% from 255 or 67.56% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 227 - color contains mainly: green. Hex color #27E346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E346 is #D81CB9. Grayscale: #999999. Windows color (decimal): -14163130 or 4645671. OLE color: 4645671.
HSL color Cylindrical-coordinate representation of color #27E346: hue angle of 129.89º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E346 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 70 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.11 |
| HSL | 129.89º | 0.77% | 0.52% | - |
| HSV(B) | 129.89º | 0.83% | 0.89% | - |
| XYZ | 29.41 | 55.81 | 15.02 | - |
| YUV | 152.89 | 81.22 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 70 | 0.83 | 0 | 0.69 | 0.11 | 129.89 | 0.77 | 0.52 |
| Hex | 27 | E3 | 46 | 53 | 0 | 45 | B | 82 | 4D | 34 |
| Octal | 47 | 343 | 106 | 123 | 0 | 105 | 13 | 202 | 115 | 64 |
| Binary | 100111 | 11100011 | 1000110 | 1010011 | 0 | 1000101 | 1011 | 10000010 | 1001101 | 110100 |
Color Harmonies of #27E346
Complementary color
Monochromatic Colors of #27E346
Black with #27E346
Text Example
Text Example
White with #27E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E346; }
p { color: rgb(39,227,70); }
H1.HeaderClassName
{
color: #27E346;
}
.AnyTagClassName
{
color: #27E346;
}
</style>
background-color css
<style>
a { background-color: #27E346; }
a { background-color: rgb(39,227,70); }
div.DivClassName
{
background-color: #27E346;
}
.BgClassName
{
background-color: #27E346;
}
</style>
border-color css
<style>
span { border-color: #27E346; }
span { border-color: rgb(39,227,70); }
td.TdClassName
{
border-color: #27E346;
}
.TagClassName
{
border-color: #27E346;
}
</style>