Shades of Bright Green #5EE00D
Tints of Bright Green #5EE00D
RGB
CMYK
RGB Variations
Color information
#5EE00D (or 0x5EE00D) is known color: Bright Green. HEX triplet: 5E, E0 and 0D. RGB value is (94,224,13). Sum of RGB (Red+Green+Blue) = 94+224+13=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE00D is #A11FF2. Grayscale: #A1A1A1. Windows color (decimal): -10559475 or 909406. OLE color: 909406.
HSL color Cylindrical-coordinate representation of color #5EE00D: hue angle of 96.97º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EE00D is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 13 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.12 |
| HSL | 96.97º | 0.89% | 0.46% | - |
| HSV(B) | 96.97º | 0.94% | 0.88% | - |
| XYZ | 31.34 | 55.72 | 9.48 | - |
| YUV | 161.08 | 44.43 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 13 | 0.58 | 0 | 0.94 | 0.12 | 96.97 | 0.89 | 0.46 |
| Hex | 5E | E0 | D | 3A | 0 | 5E | C | 61 | 59 | 2E |
| Octal | 136 | 340 | 15 | 72 | 0 | 136 | 14 | 141 | 131 | 56 |
| Binary | 1011110 | 11100000 | 1101 | 111010 | 0 | 1011110 | 1100 | 1100001 | 1011001 | 101110 |
Color Harmonies of #5EE00D
Complementary color
Monochromatic Colors of #5EE00D
Black with #5EE00D
Text Example
Text Example
White with #5EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE00D; }
p { color: rgb(94,224,13); }
H1.HeaderClassName
{
color: #5EE00D;
}
.AnyTagClassName
{
color: #5EE00D;
}
</style>
background-color css
<style>
a { background-color: #5EE00D; }
a { background-color: rgb(94,224,13); }
div.DivClassName
{
background-color: #5EE00D;
}
.BgClassName
{
background-color: #5EE00D;
}
</style>
border-color css
<style>
span { border-color: #5EE00D; }
span { border-color: rgb(94,224,13); }
td.TdClassName
{
border-color: #5EE00D;
}
.TagClassName
{
border-color: #5EE00D;
}
</style>