Shades of Bright Green #5EE702
Tints of Bright Green #5EE702
RGB
CMYK
RGB Variations
Color information
#5EE702 (or 0x5EE702) is known color: Bright Green. HEX triplet: 5E, E7 and 02. RGB value is (94,231,2). Sum of RGB (Red+Green+Blue) = 94+231+2=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 231 (90.62% from 255 or 70.64% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 231 - color contains mainly: green. Hex color #5EE702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EE702 is #A118FD. Grayscale: #A4A4A4. Windows color (decimal): -10557694 or 190302. OLE color: 190302.
HSL color Cylindrical-coordinate representation of color #5EE702: hue angle of 95.9º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EE702 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 231 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.09 |
| HSL | 95.9º | 0.98% | 0.46% | - |
| HSV(B) | 95.9º | 0.99% | 0.91% | - |
| XYZ | 33.2 | 59.54 | 9.8 | - |
| YUV | 163.93 | 36.61 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 231 | 2 | 0.59 | 0 | 0.99 | 0.09 | 95.9 | 0.98 | 0.46 |
| Hex | 5E | E7 | 2 | 3B | 0 | 63 | 9 | 60 | 62 | 2E |
| Octal | 136 | 347 | 2 | 73 | 0 | 143 | 11 | 140 | 142 | 56 |
| Binary | 1011110 | 11100111 | 10 | 111011 | 0 | 1100011 | 1001 | 1100000 | 1100010 | 101110 |
Color Harmonies of #5EE702
Complementary color
Monochromatic Colors of #5EE702
Black with #5EE702
Text Example
Text Example
White with #5EE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE702; }
p { color: rgb(94,231,2); }
H1.HeaderClassName
{
color: #5EE702;
}
.AnyTagClassName
{
color: #5EE702;
}
</style>
background-color css
<style>
a { background-color: #5EE702; }
a { background-color: rgb(94,231,2); }
div.DivClassName
{
background-color: #5EE702;
}
.BgClassName
{
background-color: #5EE702;
}
</style>
border-color css
<style>
span { border-color: #5EE702; }
span { border-color: rgb(94,231,2); }
td.TdClassName
{
border-color: #5EE702;
}
.TagClassName
{
border-color: #5EE702;
}
</style>