Shades of Lime Green #27E421
Tints of Lime Green #27E421
RGB
CMYK
RGB Variations
Color information
#27E421 (or 0x27E421) is known color: Lime Green. HEX triplet: 27, E4 and 21. RGB value is (39,228,33). Sum of RGB (Red+Green+Blue) = 39+228+33=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #27E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E421 is #D81BDE. Grayscale: #959595. Windows color (decimal): -14162911 or 2221095. OLE color: 2221095.
HSL color Cylindrical-coordinate representation of color #27E421: hue angle of 118.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27E421 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 33 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.11 |
| HSL | 118.15º | 0.78% | 0.51% | - |
| HSV(B) | 118.15º | 0.86% | 0.89% | - |
| XYZ | 28.85 | 56.03 | 10.73 | - |
| YUV | 149.26 | 62.38 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 33 | 0.83 | 0 | 0.86 | 0.11 | 118.15 | 0.78 | 0.51 |
| Hex | 27 | E4 | 21 | 53 | 0 | 56 | B | 76 | 4E | 33 |
| Octal | 47 | 344 | 41 | 123 | 0 | 126 | 13 | 166 | 116 | 63 |
| Binary | 100111 | 11100100 | 100001 | 1010011 | 0 | 1010110 | 1011 | 1110110 | 1001110 | 110011 |
Color Harmonies of #27E421
Complementary color
Monochromatic Colors of #27E421
Black with #27E421
Text Example
Text Example
White with #27E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E421; }
p { color: rgb(39,228,33); }
H1.HeaderClassName
{
color: #27E421;
}
.AnyTagClassName
{
color: #27E421;
}
</style>
background-color css
<style>
a { background-color: #27E421; }
a { background-color: rgb(39,228,33); }
div.DivClassName
{
background-color: #27E421;
}
.BgClassName
{
background-color: #27E421;
}
</style>
border-color css
<style>
span { border-color: #27E421; }
span { border-color: rgb(39,228,33); }
td.TdClassName
{
border-color: #27E421;
}
.TagClassName
{
border-color: #27E421;
}
</style>