Shades of Bright Green #5EEC14
Tints of Bright Green #5EEC14
RGB
CMYK
RGB Variations
Color information
#5EEC14 (or 0x5EEC14) is known color: Bright Green. HEX triplet: 5E, EC and 14. RGB value is (94,236,20). Sum of RGB (Red+Green+Blue) = 94+236+20=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EEC14 is #A113EB. Grayscale: #A9A9A9. Windows color (decimal): -10556396 or 1371230. OLE color: 1371230.
HSL color Cylindrical-coordinate representation of color #5EEC14: hue angle of 99.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EEC14 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 20 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.07 |
| HSL | 99.44º | 0.85% | 0.5% | - |
| HSV(B) | 99.44º | 0.92% | 0.93% | - |
| XYZ | 34.74 | 62.42 | 10.88 | - |
| YUV | 168.92 | 43.96 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 20 | 0.60 | 0 | 0.92 | 0.07 | 99.44 | 0.85 | 0.5 |
| Hex | 5E | EC | 14 | 3C | 0 | 5C | 7 | 63 | 55 | 32 |
| Octal | 136 | 354 | 24 | 74 | 0 | 134 | 7 | 143 | 125 | 62 |
| Binary | 1011110 | 11101100 | 10100 | 111100 | 0 | 1011100 | 111 | 1100011 | 1010101 | 110010 |
Color Harmonies of #5EEC14
Complementary color
Monochromatic Colors of #5EEC14
Black with #5EEC14
Text Example
Text Example
White with #5EEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC14; }
p { color: rgb(94,236,20); }
H1.HeaderClassName
{
color: #5EEC14;
}
.AnyTagClassName
{
color: #5EEC14;
}
</style>
background-color css
<style>
a { background-color: #5EEC14; }
a { background-color: rgb(94,236,20); }
div.DivClassName
{
background-color: #5EEC14;
}
.BgClassName
{
background-color: #5EEC14;
}
</style>
border-color css
<style>
span { border-color: #5EEC14; }
span { border-color: rgb(94,236,20); }
td.TdClassName
{
border-color: #5EEC14;
}
.TagClassName
{
border-color: #5EEC14;
}
</style>