Shades of Bright Green #5EED04
Tints of Bright Green #5EED04
RGB
CMYK
RGB Variations
Color information
#5EED04 (or 0x5EED04) is known color: Bright Green. HEX triplet: 5E, ED and 04. RGB value is (94,237,4). Sum of RGB (Red+Green+Blue) = 94+237+4=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EED04 is #A112FB. Grayscale: #A8A8A8. Windows color (decimal): -10556156 or 322910. OLE color: 322910.
HSL color Cylindrical-coordinate representation of color #5EED04: hue angle of 96.82º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EED04 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 4 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.07 |
| HSL | 96.82º | 0.97% | 0.47% | - |
| HSV(B) | 96.82º | 0.98% | 0.93% | - |
| XYZ | 34.92 | 62.96 | 10.43 | - |
| YUV | 167.68 | 35.62 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 4 | 0.60 | 0 | 0.98 | 0.07 | 96.82 | 0.97 | 0.47 |
| Hex | 5E | ED | 4 | 3C | 0 | 62 | 7 | 61 | 61 | 2F |
| Octal | 136 | 355 | 4 | 74 | 0 | 142 | 7 | 141 | 141 | 57 |
| Binary | 1011110 | 11101101 | 100 | 111100 | 0 | 1100010 | 111 | 1100001 | 1100001 | 101111 |
Color Harmonies of #5EED04
Complementary color
Monochromatic Colors of #5EED04
Black with #5EED04
Text Example
Text Example
White with #5EED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED04; }
p { color: rgb(94,237,4); }
H1.HeaderClassName
{
color: #5EED04;
}
.AnyTagClassName
{
color: #5EED04;
}
</style>
background-color css
<style>
a { background-color: #5EED04; }
a { background-color: rgb(94,237,4); }
div.DivClassName
{
background-color: #5EED04;
}
.BgClassName
{
background-color: #5EED04;
}
</style>
border-color css
<style>
span { border-color: #5EED04; }
span { border-color: rgb(94,237,4); }
td.TdClassName
{
border-color: #5EED04;
}
.TagClassName
{
border-color: #5EED04;
}
</style>