Shades of Bright Green #5EE20E
Tints of Bright Green #5EE20E
RGB
CMYK
RGB Variations
Color information
#5EE20E (or 0x5EE20E) is known color: Bright Green. HEX triplet: 5E, E2 and 0E. RGB value is (94,226,14). Sum of RGB (Red+Green+Blue) = 94+226+14=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE20E is #A11DF1. Grayscale: #A3A3A3. Windows color (decimal): -10558962 or 975454. OLE color: 975454.
HSL color Cylindrical-coordinate representation of color #5EE20E: hue angle of 97.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EE20E is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 226 | 14 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.11 |
| HSL | 97.36º | 0.88% | 0.47% | - |
| HSV(B) | 97.36º | 0.94% | 0.89% | - |
| XYZ | 31.89 | 56.8 | 9.7 | - |
| YUV | 162.36 | 44.27 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 226 | 14 | 0.58 | 0 | 0.94 | 0.11 | 97.36 | 0.88 | 0.47 |
| Hex | 5E | E2 | E | 3A | 0 | 5E | B | 61 | 58 | 2F |
| Octal | 136 | 342 | 16 | 72 | 0 | 136 | 13 | 141 | 130 | 57 |
| Binary | 1011110 | 11100010 | 1110 | 111010 | 0 | 1011110 | 1011 | 1100001 | 1011000 | 101111 |
Color Harmonies of #5EE20E
Complementary color
Monochromatic Colors of #5EE20E
Black with #5EE20E
Text Example
Text Example
White with #5EE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE20E; }
p { color: rgb(94,226,14); }
H1.HeaderClassName
{
color: #5EE20E;
}
.AnyTagClassName
{
color: #5EE20E;
}
</style>
background-color css
<style>
a { background-color: #5EE20E; }
a { background-color: rgb(94,226,14); }
div.DivClassName
{
background-color: #5EE20E;
}
.BgClassName
{
background-color: #5EE20E;
}
</style>
border-color css
<style>
span { border-color: #5EE20E; }
span { border-color: rgb(94,226,14); }
td.TdClassName
{
border-color: #5EE20E;
}
.TagClassName
{
border-color: #5EE20E;
}
</style>