Shades of Lime Green #27E320
Tints of Lime Green #27E320
RGB
CMYK
RGB Variations
Color information
#27E320 (or 0x27E320) is known color: Lime Green. HEX triplet: 27, E3 and 20. RGB value is (39,227,32). Sum of RGB (Red+Green+Blue) = 39+227+32=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 227 (89.06% from 255 or 76.17% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 227 - color contains mainly: green. Hex color #27E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E320 is #D81CDF. Grayscale: #959595. Windows color (decimal): -14163168 or 2155303. OLE color: 2155303.
HSL color Cylindrical-coordinate representation of color #27E320: hue angle of 117.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27E320 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 32 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.11 |
| HSL | 117.85º | 0.78% | 0.51% | - |
| HSV(B) | 117.85º | 0.86% | 0.89% | - |
| XYZ | 28.57 | 55.47 | 10.57 | - |
| YUV | 148.56 | 62.22 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 32 | 0.83 | 0 | 0.86 | 0.11 | 117.85 | 0.78 | 0.51 |
| Hex | 27 | E3 | 20 | 53 | 0 | 56 | B | 76 | 4E | 33 |
| Octal | 47 | 343 | 40 | 123 | 0 | 126 | 13 | 166 | 116 | 63 |
| Binary | 100111 | 11100011 | 100000 | 1010011 | 0 | 1010110 | 1011 | 1110110 | 1001110 | 110011 |
Color Harmonies of #27E320
Complementary color
Monochromatic Colors of #27E320
Black with #27E320
Text Example
Text Example
White with #27E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E320; }
p { color: rgb(39,227,32); }
H1.HeaderClassName
{
color: #27E320;
}
.AnyTagClassName
{
color: #27E320;
}
</style>
background-color css
<style>
a { background-color: #27E320; }
a { background-color: rgb(39,227,32); }
div.DivClassName
{
background-color: #27E320;
}
.BgClassName
{
background-color: #27E320;
}
</style>
border-color css
<style>
span { border-color: #27E320; }
span { border-color: rgb(39,227,32); }
td.TdClassName
{
border-color: #27E320;
}
.TagClassName
{
border-color: #27E320;
}
</style>