Shades of Bright Green #5EF60E
Tints of Bright Green #5EF60E
RGB
CMYK
RGB Variations
Color information
#5EF60E (or 0x5EF60E) is known color: Bright Green. HEX triplet: 5E, F6 and 0E. RGB value is (94,246,14). Sum of RGB (Red+Green+Blue) = 94+246+14=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #5EF60E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF60E is #A109F1. Grayscale: #AEAEAE. Windows color (decimal): -10553842 or 980574. OLE color: 980574.
HSL color Cylindrical-coordinate representation of color #5EF60E: hue angle of 99.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EF60E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 246 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.04 |
| HSL | 99.31º | 0.93% | 0.51% | - |
| HSV(B) | 99.31º | 0.94% | 0.96% | - |
| XYZ | 37.65 | 68.32 | 11.62 | - |
| YUV | 174.1 | 37.64 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 246 | 14 | 0.62 | 0 | 0.94 | 0.04 | 99.31 | 0.93 | 0.51 |
| Hex | 5E | F6 | E | 3E | 0 | 5E | 4 | 63 | 5D | 33 |
| Octal | 136 | 366 | 16 | 76 | 0 | 136 | 4 | 143 | 135 | 63 |
| Binary | 1011110 | 11110110 | 1110 | 111110 | 0 | 1011110 | 100 | 1100011 | 1011101 | 110011 |
Color Harmonies of #5EF60E
Complementary color
Monochromatic Colors of #5EF60E
Black with #5EF60E
Text Example
Text Example
White with #5EF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF60E; }
p { color: rgb(94,246,14); }
H1.HeaderClassName
{
color: #5EF60E;
}
.AnyTagClassName
{
color: #5EF60E;
}
</style>
background-color css
<style>
a { background-color: #5EF60E; }
a { background-color: rgb(94,246,14); }
div.DivClassName
{
background-color: #5EF60E;
}
.BgClassName
{
background-color: #5EF60E;
}
</style>
border-color css
<style>
span { border-color: #5EF60E; }
span { border-color: rgb(94,246,14); }
td.TdClassName
{
border-color: #5EF60E;
}
.TagClassName
{
border-color: #5EF60E;
}
</style>