Shades of Lime Green #27E032
Tints of Lime Green #27E032
RGB
CMYK
RGB Variations
Color information
#27E032 (or 0x27E032) is known color: Lime Green. HEX triplet: 27, E0 and 32. RGB value is (39,224,50). Sum of RGB (Red+Green+Blue) = 39+224+50=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #27E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E032 is #D81FCD. Grayscale: #959595. Windows color (decimal): -14163918 or 3334183. OLE color: 3334183.
HSL color Cylindrical-coordinate representation of color #27E032: hue angle of 123.57º 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 #27E032 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 224 | 50 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.12 |
| HSL | 123.57º | 0.75% | 0.52% | - |
| HSV(B) | 123.57º | 0.83% | 0.88% | - |
| XYZ | 28.07 | 53.97 | 11.96 | - |
| YUV | 148.85 | 72.21 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 50 | 0.83 | 0 | 0.78 | 0.12 | 123.57 | 0.75 | 0.52 |
| Hex | 27 | E0 | 32 | 53 | 0 | 4E | C | 7C | 4B | 34 |
| Octal | 47 | 340 | 62 | 123 | 0 | 116 | 14 | 174 | 113 | 64 |
| Binary | 100111 | 11100000 | 110010 | 1010011 | 0 | 1001110 | 1100 | 1111100 | 1001011 | 110100 |
Color Harmonies of #27E032
Complementary color
Monochromatic Colors of #27E032
Black with #27E032
Text Example
Text Example
White with #27E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E032; }
p { color: rgb(39,224,50); }
H1.HeaderClassName
{
color: #27E032;
}
.AnyTagClassName
{
color: #27E032;
}
</style>
background-color css
<style>
a { background-color: #27E032; }
a { background-color: rgb(39,224,50); }
div.DivClassName
{
background-color: #27E032;
}
.BgClassName
{
background-color: #27E032;
}
</style>
border-color css
<style>
span { border-color: #27E032; }
span { border-color: rgb(39,224,50); }
td.TdClassName
{
border-color: #27E032;
}
.TagClassName
{
border-color: #27E032;
}
</style>