Shades of Bright Green #5EE002
Tints of Bright Green #5EE002
RGB
CMYK
RGB Variations
Color information
#5EE002 (or 0x5EE002) is known color: Bright Green. HEX triplet: 5E, E0 and 02. RGB value is (94,224,2). Sum of RGB (Red+Green+Blue) = 94+224+2=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE002 is #A11FFD. Grayscale: #A0A0A0. Windows color (decimal): -10559486 or 188510. OLE color: 188510.
HSL color Cylindrical-coordinate representation of color #5EE002: hue angle of 95.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EE002 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.12 |
| HSL | 95.14º | 0.98% | 0.44% | - |
| HSV(B) | 95.14º | 0.99% | 0.88% | - |
| XYZ | 31.28 | 55.7 | 9.16 | - |
| YUV | 159.82 | 38.93 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 2 | 0.58 | 0 | 0.99 | 0.12 | 95.14 | 0.98 | 0.44 |
| Hex | 5E | E0 | 2 | 3A | 0 | 63 | C | 5F | 62 | 2C |
| Octal | 136 | 340 | 2 | 72 | 0 | 143 | 14 | 137 | 142 | 54 |
| Binary | 1011110 | 11100000 | 10 | 111010 | 0 | 1100011 | 1100 | 1011111 | 1100010 | 101100 |
Color Harmonies of #5EE002
Complementary color
Monochromatic Colors of #5EE002
Black with #5EE002
Text Example
Text Example
White with #5EE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE002; }
p { color: rgb(94,224,2); }
H1.HeaderClassName
{
color: #5EE002;
}
.AnyTagClassName
{
color: #5EE002;
}
</style>
background-color css
<style>
a { background-color: #5EE002; }
a { background-color: rgb(94,224,2); }
div.DivClassName
{
background-color: #5EE002;
}
.BgClassName
{
background-color: #5EE002;
}
</style>
border-color css
<style>
span { border-color: #5EE002; }
span { border-color: rgb(94,224,2); }
td.TdClassName
{
border-color: #5EE002;
}
.TagClassName
{
border-color: #5EE002;
}
</style>