Shades of Bright Green #5EEC00
Tints of Bright Green #5EEC00
RGB
CMYK
RGB Variations
Color information
#5EEC00 (or 0x5EEC00) is known color: Bright Green. HEX triplet: 5E, EC and 00. RGB value is (94,236,0). Sum of RGB (Red+Green+Blue) = 94+236+0=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EEC00 is #A113FF. Grayscale: #A7A7A7. Windows color (decimal): -10556416 or 60510. OLE color: 60510.
HSL color Cylindrical-coordinate representation of color #5EEC00: hue angle of 96.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EEC00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.07 |
| HSL | 96.1º | 1% | 0.46% | - |
| HSV(B) | 96.1º | 1% | 0.93% | - |
| XYZ | 34.61 | 62.37 | 10.21 | - |
| YUV | 166.64 | 33.96 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 0 | 0.60 | 0 | 1 | 0.07 | 96.1 | 1 | 0.46 |
| Hex | 5E | EC | 0 | 3C | 0 | 64 | 7 | 60 | 64 | 2E |
| Octal | 136 | 354 | 0 | 74 | 0 | 144 | 7 | 140 | 144 | 56 |
| Binary | 1011110 | 11101100 | 0 | 111100 | 0 | 1100100 | 111 | 1100000 | 1100100 | 101110 |
Color Harmonies of #5EEC00
Complementary color
Monochromatic Colors of #5EEC00
Black with #5EEC00
Text Example
Text Example
White with #5EEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC00; }
p { color: rgb(94,236,0); }
H1.HeaderClassName
{
color: #5EEC00;
}
.AnyTagClassName
{
color: #5EEC00;
}
</style>
background-color css
<style>
a { background-color: #5EEC00; }
a { background-color: rgb(94,236,0); }
div.DivClassName
{
background-color: #5EEC00;
}
.BgClassName
{
background-color: #5EEC00;
}
</style>
border-color css
<style>
span { border-color: #5EEC00; }
span { border-color: rgb(94,236,0); }
td.TdClassName
{
border-color: #5EEC00;
}
.TagClassName
{
border-color: #5EEC00;
}
</style>