Shades of Bright Green #5EDD02
Tints of Bright Green #5EDD02
RGB
CMYK
RGB Variations
Color information
#5EDD02 (or 0x5EDD02) is known color: Bright Green. HEX triplet: 5E, DD and 02. RGB value is (94,221,2). Sum of RGB (Red+Green+Blue) = 94+221+2=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDD02 is #A122FD. Grayscale: #9E9E9E. Windows color (decimal): -10560254 or 187742. OLE color: 187742.
HSL color Cylindrical-coordinate representation of color #5EDD02: hue angle of 94.79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EDD02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.13 |
| HSL | 94.79º | 0.98% | 0.44% | - |
| HSV(B) | 94.79º | 0.99% | 0.87% | - |
| XYZ | 30.48 | 54.1 | 8.89 | - |
| YUV | 158.06 | 39.92 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 2 | 0.57 | 0 | 0.99 | 0.13 | 94.79 | 0.98 | 0.44 |
| Hex | 5E | DD | 2 | 39 | 0 | 63 | D | 5F | 62 | 2C |
| Octal | 136 | 335 | 2 | 71 | 0 | 143 | 15 | 137 | 142 | 54 |
| Binary | 1011110 | 11011101 | 10 | 111001 | 0 | 1100011 | 1101 | 1011111 | 1100010 | 101100 |
Color Harmonies of #5EDD02
Complementary color
Monochromatic Colors of #5EDD02
Black with #5EDD02
Text Example
Text Example
White with #5EDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD02; }
p { color: rgb(94,221,2); }
H1.HeaderClassName
{
color: #5EDD02;
}
.AnyTagClassName
{
color: #5EDD02;
}
</style>
background-color css
<style>
a { background-color: #5EDD02; }
a { background-color: rgb(94,221,2); }
div.DivClassName
{
background-color: #5EDD02;
}
.BgClassName
{
background-color: #5EDD02;
}
</style>
border-color css
<style>
span { border-color: #5EDD02; }
span { border-color: rgb(94,221,2); }
td.TdClassName
{
border-color: #5EDD02;
}
.TagClassName
{
border-color: #5EDD02;
}
</style>