Shades of Lime Green #27E345
Tints of Lime Green #27E345
RGB
CMYK
RGB Variations
Color information
#27E345 (or 0x27E345) is known color: Lime Green. HEX triplet: 27, E3 and 45. RGB value is (39,227,69). Sum of RGB (Red+Green+Blue) = 39+227+69=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #27E345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E345 is #D81CBA. Grayscale: #999999. Windows color (decimal): -14163131 or 4580135. OLE color: 4580135.
HSL color Cylindrical-coordinate representation of color #27E345: hue angle of 129.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E345 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 69 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.11 |
| HSL | 129.57º | 0.77% | 0.52% | - |
| HSV(B) | 129.57º | 0.83% | 0.89% | - |
| XYZ | 29.38 | 55.8 | 14.85 | - |
| YUV | 152.78 | 80.72 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 69 | 0.83 | 0 | 0.70 | 0.11 | 129.57 | 0.77 | 0.52 |
| Hex | 27 | E3 | 45 | 53 | 0 | 46 | B | 82 | 4D | 34 |
| Octal | 47 | 343 | 105 | 123 | 0 | 106 | 13 | 202 | 115 | 64 |
| Binary | 100111 | 11100011 | 1000101 | 1010011 | 0 | 1000110 | 1011 | 10000010 | 1001101 | 110100 |
Color Harmonies of #27E345
Complementary color
Monochromatic Colors of #27E345
Black with #27E345
Text Example
Text Example
White with #27E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E345; }
p { color: rgb(39,227,69); }
H1.HeaderClassName
{
color: #27E345;
}
.AnyTagClassName
{
color: #27E345;
}
</style>
background-color css
<style>
a { background-color: #27E345; }
a { background-color: rgb(39,227,69); }
div.DivClassName
{
background-color: #27E345;
}
.BgClassName
{
background-color: #27E345;
}
</style>
border-color css
<style>
span { border-color: #27E345; }
span { border-color: rgb(39,227,69); }
td.TdClassName
{
border-color: #27E345;
}
.TagClassName
{
border-color: #27E345;
}
</style>