Shades of Lime Green #27ED3F
Tints of Lime Green #27ED3F
RGB
CMYK
RGB Variations
Color information
#27ED3F (or 0x27ED3F) is known color: Lime Green. HEX triplet: 27, ED and 3F. RGB value is (39,237,63). Sum of RGB (Red+Green+Blue) = 39+237+63=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #27ED3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27ED3F is #D812C0. Grayscale: #9E9E9E. Windows color (decimal): -14160577 or 4189479. OLE color: 4189479.
HSL color Cylindrical-coordinate representation of color #27ED3F: hue angle of 127.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27ED3F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 237 | 63 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.07 |
| HSL | 127.27º | 0.85% | 0.54% | - |
| HSV(B) | 127.27º | 0.84% | 0.93% | - |
| XYZ | 32.02 | 61.36 | 14.86 | - |
| YUV | 157.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 237 | 63 | 0.84 | 0 | 0.73 | 0.07 | 127.27 | 0.85 | 0.54 |
| Hex | 27 | ED | 3F | 54 | 0 | 49 | 7 | 7F | 55 | 36 |
| Octal | 47 | 355 | 77 | 124 | 0 | 111 | 7 | 177 | 125 | 66 |
| Binary | 100111 | 11101101 | 111111 | 1010100 | 0 | 1001001 | 111 | 1111111 | 1010101 | 110110 |
Color Harmonies of #27ED3F
Complementary color
Monochromatic Colors of #27ED3F
Black with #27ED3F
Text Example
Text Example
White with #27ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ED3F; }
p { color: rgb(39,237,63); }
H1.HeaderClassName
{
color: #27ED3F;
}
.AnyTagClassName
{
color: #27ED3F;
}
</style>
background-color css
<style>
a { background-color: #27ED3F; }
a { background-color: rgb(39,237,63); }
div.DivClassName
{
background-color: #27ED3F;
}
.BgClassName
{
background-color: #27ED3F;
}
</style>
border-color css
<style>
span { border-color: #27ED3F; }
span { border-color: rgb(39,237,63); }
td.TdClassName
{
border-color: #27ED3F;
}
.TagClassName
{
border-color: #27ED3F;
}
</style>