Shades of Bright Green #5EED02
Tints of Bright Green #5EED02
RGB
CMYK
RGB Variations
Color information
#5EED02 (or 0x5EED02) is known color: Bright Green. HEX triplet: 5E, ED and 02. RGB value is (94,237,2). Sum of RGB (Red+Green+Blue) = 94+237+2=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EED02 is #A112FD. Grayscale: #A8A8A8. Windows color (decimal): -10556158 or 191838. OLE color: 191838.
HSL color Cylindrical-coordinate representation of color #5EED02: hue angle of 96.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EED02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.07 |
| HSL | 96.51º | 0.98% | 0.47% | - |
| HSV(B) | 96.51º | 0.99% | 0.93% | - |
| XYZ | 34.91 | 62.95 | 10.37 | - |
| YUV | 167.45 | 34.62 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 2 | 0.60 | 0 | 0.99 | 0.07 | 96.51 | 0.98 | 0.47 |
| Hex | 5E | ED | 2 | 3C | 0 | 63 | 7 | 61 | 62 | 2F |
| Octal | 136 | 355 | 2 | 74 | 0 | 143 | 7 | 141 | 142 | 57 |
| Binary | 1011110 | 11101101 | 10 | 111100 | 0 | 1100011 | 111 | 1100001 | 1100010 | 101111 |
Color Harmonies of #5EED02
Complementary color
Monochromatic Colors of #5EED02
Black with #5EED02
Text Example
Text Example
White with #5EED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED02; }
p { color: rgb(94,237,2); }
H1.HeaderClassName
{
color: #5EED02;
}
.AnyTagClassName
{
color: #5EED02;
}
</style>
background-color css
<style>
a { background-color: #5EED02; }
a { background-color: rgb(94,237,2); }
div.DivClassName
{
background-color: #5EED02;
}
.BgClassName
{
background-color: #5EED02;
}
</style>
border-color css
<style>
span { border-color: #5EED02; }
span { border-color: rgb(94,237,2); }
td.TdClassName
{
border-color: #5EED02;
}
.TagClassName
{
border-color: #5EED02;
}
</style>