Shades of Lime Green #27E040
Tints of Lime Green #27E040
RGB
CMYK
RGB Variations
Color information
#27E040 (or 0x27E040) is known color: Lime Green. HEX triplet: 27, E0 and 40. RGB value is (39,224,64). Sum of RGB (Red+Green+Blue) = 39+224+64=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #27E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E040 is #D81FBF. Grayscale: #969696. Windows color (decimal): -14163904 or 4251687. OLE color: 4251687.
HSL color Cylindrical-coordinate representation of color #27E040: hue angle of 128.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E040 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 224 | 64 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.12 |
| HSL | 128.11º | 0.75% | 0.52% | - |
| HSV(B) | 128.11º | 0.83% | 0.88% | - |
| XYZ | 28.42 | 54.11 | 13.8 | - |
| YUV | 150.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 64 | 0.83 | 0 | 0.71 | 0.12 | 128.11 | 0.75 | 0.52 |
| Hex | 27 | E0 | 40 | 53 | 0 | 47 | C | 80 | 4B | 34 |
| Octal | 47 | 340 | 100 | 123 | 0 | 107 | 14 | 200 | 113 | 64 |
| Binary | 100111 | 11100000 | 1000000 | 1010011 | 0 | 1000111 | 1100 | 10000000 | 1001011 | 110100 |
Color Harmonies of #27E040
Complementary color
Monochromatic Colors of #27E040
Black with #27E040
Text Example
Text Example
White with #27E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E040; }
p { color: rgb(39,224,64); }
H1.HeaderClassName
{
color: #27E040;
}
.AnyTagClassName
{
color: #27E040;
}
</style>
background-color css
<style>
a { background-color: #27E040; }
a { background-color: rgb(39,224,64); }
div.DivClassName
{
background-color: #27E040;
}
.BgClassName
{
background-color: #27E040;
}
</style>
border-color css
<style>
span { border-color: #27E040; }
span { border-color: rgb(39,224,64); }
td.TdClassName
{
border-color: #27E040;
}
.TagClassName
{
border-color: #27E040;
}
</style>