Shades of Lime Green #27E52C
Tints of Lime Green #27E52C
RGB
CMYK
RGB Variations
Color information
#27E52C (or 0x27E52C) is known color: Lime Green. HEX triplet: 27, E5 and 2C. RGB value is (39,229,44). Sum of RGB (Red+Green+Blue) = 39+229+44=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 229 (89.84% from 255 or 73.40% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 229 - color contains mainly: green. Hex color #27E52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E52C is #D81AD3. Grayscale: #979797. Windows color (decimal): -14162644 or 2942247. OLE color: 2942247.
HSL color Cylindrical-coordinate representation of color #27E52C: hue angle of 121.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E52C is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 44 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.10 |
| HSL | 121.58º | 0.79% | 0.53% | - |
| HSV(B) | 121.58º | 0.83% | 0.9% | - |
| XYZ | 29.31 | 56.65 | 11.77 | - |
| YUV | 151.1 | 67.55 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 44 | 0.83 | 0 | 0.81 | 0.10 | 121.58 | 0.79 | 0.53 |
| Hex | 27 | E5 | 2C | 53 | 0 | 51 | A | 7A | 4F | 35 |
| Octal | 47 | 345 | 54 | 123 | 0 | 121 | 12 | 172 | 117 | 65 |
| Binary | 100111 | 11100101 | 101100 | 1010011 | 0 | 1010001 | 1010 | 1111010 | 1001111 | 110101 |
Color Harmonies of #27E52C
Complementary color
Monochromatic Colors of #27E52C
Black with #27E52C
Text Example
Text Example
White with #27E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E52C; }
p { color: rgb(39,229,44); }
H1.HeaderClassName
{
color: #27E52C;
}
.AnyTagClassName
{
color: #27E52C;
}
</style>
background-color css
<style>
a { background-color: #27E52C; }
a { background-color: rgb(39,229,44); }
div.DivClassName
{
background-color: #27E52C;
}
.BgClassName
{
background-color: #27E52C;
}
</style>
border-color css
<style>
span { border-color: #27E52C; }
span { border-color: rgb(39,229,44); }
td.TdClassName
{
border-color: #27E52C;
}
.TagClassName
{
border-color: #27E52C;
}
</style>