Shades of Lime Green #27E41B
Tints of Lime Green #27E41B
RGB
CMYK
RGB Variations
Color information
#27E41B (or 0x27E41B) is known color: Lime Green. HEX triplet: 27, E4 and 1B. RGB value is (39,228,27). Sum of RGB (Red+Green+Blue) = 39+228+27=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #27E41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E41B is #D81BE4. Grayscale: #959595. Windows color (decimal): -14162917 or 1827879. OLE color: 1827879.
HSL color Cylindrical-coordinate representation of color #27E41B: hue angle of 116.42º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27E41B is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 27 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.11 |
| HSL | 116.42º | 0.79% | 0.5% | - |
| HSV(B) | 116.42º | 0.88% | 0.89% | - |
| XYZ | 28.78 | 56 | 10.33 | - |
| YUV | 148.58 | 59.38 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 27 | 0.83 | 0 | 0.88 | 0.11 | 116.42 | 0.79 | 0.5 |
| Hex | 27 | E4 | 1B | 53 | 0 | 58 | B | 74 | 4F | 32 |
| Octal | 47 | 344 | 33 | 123 | 0 | 130 | 13 | 164 | 117 | 62 |
| Binary | 100111 | 11100100 | 11011 | 1010011 | 0 | 1011000 | 1011 | 1110100 | 1001111 | 110010 |
Color Harmonies of #27E41B
Complementary color
Monochromatic Colors of #27E41B
Black with #27E41B
Text Example
Text Example
White with #27E41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E41B; }
p { color: rgb(39,228,27); }
H1.HeaderClassName
{
color: #27E41B;
}
.AnyTagClassName
{
color: #27E41B;
}
</style>
background-color css
<style>
a { background-color: #27E41B; }
a { background-color: rgb(39,228,27); }
div.DivClassName
{
background-color: #27E41B;
}
.BgClassName
{
background-color: #27E41B;
}
</style>
border-color css
<style>
span { border-color: #27E41B; }
span { border-color: rgb(39,228,27); }
td.TdClassName
{
border-color: #27E41B;
}
.TagClassName
{
border-color: #27E41B;
}
</style>