Shades of Lime Green #27E340
Tints of Lime Green #27E340
RGB
CMYK
RGB Variations
Color information
#27E340 (or 0x27E340) is known color: Lime Green. HEX triplet: 27, E3 and 40. RGB value is (39,227,64). Sum of RGB (Red+Green+Blue) = 39+227+64=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #27E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E340 is #D81CBF. Grayscale: #989898. Windows color (decimal): -14163136 or 4252455. OLE color: 4252455.
HSL color Cylindrical-coordinate representation of color #27E340: hue angle of 127.98º 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 #27E340 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 64 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.11 |
| HSL | 127.98º | 0.77% | 0.52% | - |
| HSV(B) | 127.98º | 0.83% | 0.89% | - |
| XYZ | 29.23 | 55.74 | 14.07 | - |
| YUV | 152.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 64 | 0.83 | 0 | 0.72 | 0.11 | 127.98 | 0.77 | 0.52 |
| Hex | 27 | E3 | 40 | 53 | 0 | 48 | B | 80 | 4D | 34 |
| Octal | 47 | 343 | 100 | 123 | 0 | 110 | 13 | 200 | 115 | 64 |
| Binary | 100111 | 11100011 | 1000000 | 1010011 | 0 | 1001000 | 1011 | 10000000 | 1001101 | 110100 |
Color Harmonies of #27E340
Complementary color
Monochromatic Colors of #27E340
Black with #27E340
Text Example
Text Example
White with #27E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E340; }
p { color: rgb(39,227,64); }
H1.HeaderClassName
{
color: #27E340;
}
.AnyTagClassName
{
color: #27E340;
}
</style>
background-color css
<style>
a { background-color: #27E340; }
a { background-color: rgb(39,227,64); }
div.DivClassName
{
background-color: #27E340;
}
.BgClassName
{
background-color: #27E340;
}
</style>
border-color css
<style>
span { border-color: #27E340; }
span { border-color: rgb(39,227,64); }
td.TdClassName
{
border-color: #27E340;
}
.TagClassName
{
border-color: #27E340;
}
</style>