Shades of Lime Green #27E425
Tints of Lime Green #27E425
RGB
CMYK
RGB Variations
Color information
#27E425 (or 0x27E425) is known color: Lime Green. HEX triplet: 27, E4 and 25. RGB value is (39,228,37). Sum of RGB (Red+Green+Blue) = 39+228+37=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #27E425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E425 is #D81BDA. Grayscale: #969696. Windows color (decimal): -14162907 or 2483239. OLE color: 2483239.
HSL color Cylindrical-coordinate representation of color #27E425: hue angle of 119.37º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27E425 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 37 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.11 |
| HSL | 119.37º | 0.78% | 0.52% | - |
| HSV(B) | 119.37º | 0.84% | 0.89% | - |
| XYZ | 28.91 | 56.05 | 11.05 | - |
| YUV | 149.72 | 64.38 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 37 | 0.83 | 0 | 0.84 | 0.11 | 119.37 | 0.78 | 0.52 |
| Hex | 27 | E4 | 25 | 53 | 0 | 54 | B | 77 | 4E | 34 |
| Octal | 47 | 344 | 45 | 123 | 0 | 124 | 13 | 167 | 116 | 64 |
| Binary | 100111 | 11100100 | 100101 | 1010011 | 0 | 1010100 | 1011 | 1110111 | 1001110 | 110100 |
Color Harmonies of #27E425
Complementary color
Monochromatic Colors of #27E425
Black with #27E425
Text Example
Text Example
White with #27E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E425; }
p { color: rgb(39,228,37); }
H1.HeaderClassName
{
color: #27E425;
}
.AnyTagClassName
{
color: #27E425;
}
</style>
background-color css
<style>
a { background-color: #27E425; }
a { background-color: rgb(39,228,37); }
div.DivClassName
{
background-color: #27E425;
}
.BgClassName
{
background-color: #27E425;
}
</style>
border-color css
<style>
span { border-color: #27E425; }
span { border-color: rgb(39,228,37); }
td.TdClassName
{
border-color: #27E425;
}
.TagClassName
{
border-color: #27E425;
}
</style>