Shades of Bright Green #5EE602
Tints of Bright Green #5EE602
RGB
CMYK
RGB Variations
Color information
#5EE602 (or 0x5EE602) is known color: Bright Green. HEX triplet: 5E, E6 and 02. RGB value is (94,230,2). Sum of RGB (Red+Green+Blue) = 94+230+2=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 230 (90.23% from 255 or 70.55% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EE602 is #A119FD. Grayscale: #A4A4A4. Windows color (decimal): -10557950 or 190046. OLE color: 190046.
HSL color Cylindrical-coordinate representation of color #5EE602: hue angle of 95.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EE602 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 230 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.10 |
| HSL | 95.79º | 0.98% | 0.45% | - |
| HSV(B) | 95.79º | 0.99% | 0.9% | - |
| XYZ | 32.92 | 58.98 | 9.71 | - |
| YUV | 163.34 | 36.94 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 230 | 2 | 0.59 | 0 | 0.99 | 0.10 | 95.79 | 0.98 | 0.45 |
| Hex | 5E | E6 | 2 | 3B | 0 | 63 | A | 60 | 62 | 2D |
| Octal | 136 | 346 | 2 | 73 | 0 | 143 | 12 | 140 | 142 | 55 |
| Binary | 1011110 | 11100110 | 10 | 111011 | 0 | 1100011 | 1010 | 1100000 | 1100010 | 101101 |
Color Harmonies of #5EE602
Complementary color
Monochromatic Colors of #5EE602
Black with #5EE602
Text Example
Text Example
White with #5EE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE602; }
p { color: rgb(94,230,2); }
H1.HeaderClassName
{
color: #5EE602;
}
.AnyTagClassName
{
color: #5EE602;
}
</style>
background-color css
<style>
a { background-color: #5EE602; }
a { background-color: rgb(94,230,2); }
div.DivClassName
{
background-color: #5EE602;
}
.BgClassName
{
background-color: #5EE602;
}
</style>
border-color css
<style>
span { border-color: #5EE602; }
span { border-color: rgb(94,230,2); }
td.TdClassName
{
border-color: #5EE602;
}
.TagClassName
{
border-color: #5EE602;
}
</style>