Shades of Lime Green #27EA40
Tints of Lime Green #27EA40
RGB
CMYK
RGB Variations
Color information
#27EA40 (or 0x27EA40) is known color: Lime Green. HEX triplet: 27, EA and 40. RGB value is (39,234,64). Sum of RGB (Red+Green+Blue) = 39+234+64=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27EA40 is #D815BF. Grayscale: #9C9C9C. Windows color (decimal): -14161344 or 4254247. OLE color: 4254247.
HSL color Cylindrical-coordinate representation of color #27EA40: hue angle of 127.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EA40 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 64 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.08 |
| HSL | 127.69º | 0.82% | 0.54% | - |
| HSV(B) | 127.69º | 0.83% | 0.92% | - |
| XYZ | 31.18 | 59.65 | 14.72 | - |
| YUV | 156.32 | 75.9 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 64 | 0.83 | 0 | 0.73 | 0.08 | 127.69 | 0.82 | 0.54 |
| Hex | 27 | EA | 40 | 53 | 0 | 49 | 8 | 80 | 52 | 36 |
| Octal | 47 | 352 | 100 | 123 | 0 | 111 | 10 | 200 | 122 | 66 |
| Binary | 100111 | 11101010 | 1000000 | 1010011 | 0 | 1001001 | 1000 | 10000000 | 1010010 | 110110 |
Color Harmonies of #27EA40
Complementary color
Monochromatic Colors of #27EA40
Black with #27EA40
Text Example
Text Example
White with #27EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EA40; }
p { color: rgb(39,234,64); }
H1.HeaderClassName
{
color: #27EA40;
}
.AnyTagClassName
{
color: #27EA40;
}
</style>
background-color css
<style>
a { background-color: #27EA40; }
a { background-color: rgb(39,234,64); }
div.DivClassName
{
background-color: #27EA40;
}
.BgClassName
{
background-color: #27EA40;
}
</style>
border-color css
<style>
span { border-color: #27EA40; }
span { border-color: rgb(39,234,64); }
td.TdClassName
{
border-color: #27EA40;
}
.TagClassName
{
border-color: #27EA40;
}
</style>