Shades of Lime Green #27E115
Tints of Lime Green #27E115
RGB
CMYK
RGB Variations
Color information
#27E115 (or 0x27E115) is known color: Lime Green. HEX triplet: 27, E1 and 15. RGB value is (39,225,21). Sum of RGB (Red+Green+Blue) = 39+225+21=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 225 (88.28% from 255 or 78.95% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 225 - color contains mainly: green. Hex color #27E115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E115 is #D81EEA. Grayscale: #929292. Windows color (decimal): -14163691 or 1433895. OLE color: 1433895.
HSL color Cylindrical-coordinate representation of color #27E115: hue angle of 114.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27E115 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 225 | 21 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.12 |
| HSL | 114.71º | 0.83% | 0.48% | - |
| HSV(B) | 114.71º | 0.91% | 0.88% | - |
| XYZ | 27.9 | 54.34 | 9.73 | - |
| YUV | 146.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 21 | 0.83 | 0 | 0.91 | 0.12 | 114.71 | 0.83 | 0.48 |
| Hex | 27 | E1 | 15 | 53 | 0 | 5B | C | 73 | 53 | 30 |
| Octal | 47 | 341 | 25 | 123 | 0 | 133 | 14 | 163 | 123 | 60 |
| Binary | 100111 | 11100001 | 10101 | 1010011 | 0 | 1011011 | 1100 | 1110011 | 1010011 | 110000 |
Color Harmonies of #27E115
Complementary color
Monochromatic Colors of #27E115
Black with #27E115
Text Example
Text Example
White with #27E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E115; }
p { color: rgb(39,225,21); }
H1.HeaderClassName
{
color: #27E115;
}
.AnyTagClassName
{
color: #27E115;
}
</style>
background-color css
<style>
a { background-color: #27E115; }
a { background-color: rgb(39,225,21); }
div.DivClassName
{
background-color: #27E115;
}
.BgClassName
{
background-color: #27E115;
}
</style>
border-color css
<style>
span { border-color: #27E115; }
span { border-color: rgb(39,225,21); }
td.TdClassName
{
border-color: #27E115;
}
.TagClassName
{
border-color: #27E115;
}
</style>