Shades of Bright Green #5EEC20
Tints of Bright Green #5EEC20
RGB
CMYK
RGB Variations
Color information
#5EEC20 (or 0x5EEC20) is known color: Bright Green. HEX triplet: 5E, EC and 20. RGB value is (94,236,32). Sum of RGB (Red+Green+Blue) = 94+236+32=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEC20 is #A113DF. Grayscale: #AAAAAA. Windows color (decimal): -10556384 or 2157662. OLE color: 2157662.
HSL color Cylindrical-coordinate representation of color #5EEC20: hue angle of 101.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EEC20 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 32 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.07 |
| HSL | 101.76º | 0.84% | 0.53% | - |
| HSV(B) | 101.76º | 0.86% | 0.93% | - |
| XYZ | 34.87 | 62.47 | 11.59 | - |
| YUV | 170.29 | 49.96 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 32 | 0.60 | 0 | 0.86 | 0.07 | 101.76 | 0.84 | 0.53 |
| Hex | 5E | EC | 20 | 3C | 0 | 56 | 7 | 66 | 54 | 35 |
| Octal | 136 | 354 | 40 | 74 | 0 | 126 | 7 | 146 | 124 | 65 |
| Binary | 1011110 | 11101100 | 100000 | 111100 | 0 | 1010110 | 111 | 1100110 | 1010100 | 110101 |
Color Harmonies of #5EEC20
Complementary color
Monochromatic Colors of #5EEC20
Black with #5EEC20
Text Example
Text Example
White with #5EEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC20; }
p { color: rgb(94,236,32); }
H1.HeaderClassName
{
color: #5EEC20;
}
.AnyTagClassName
{
color: #5EEC20;
}
</style>
background-color css
<style>
a { background-color: #5EEC20; }
a { background-color: rgb(94,236,32); }
div.DivClassName
{
background-color: #5EEC20;
}
.BgClassName
{
background-color: #5EEC20;
}
</style>
border-color css
<style>
span { border-color: #5EEC20; }
span { border-color: rgb(94,236,32); }
td.TdClassName
{
border-color: #5EEC20;
}
.TagClassName
{
border-color: #5EEC20;
}
</style>