Shades of Bright Green #5EF403
Tints of Bright Green #5EF403
RGB
CMYK
RGB Variations
Color information
#5EF403 (or 0x5EF403) is known color: Bright Green. HEX triplet: 5E, F4 and 03. RGB value is (94,244,3). Sum of RGB (Red+Green+Blue) = 94+244+3=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF403 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF403 is #A10BFC. Grayscale: #ACACAC. Windows color (decimal): -10554365 or 259166. OLE color: 259166.
HSL color Cylindrical-coordinate representation of color #5EF403: hue angle of 97.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EF403 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 3 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.04 |
| HSL | 97.34º | 0.98% | 0.48% | - |
| HSV(B) | 97.34º | 0.99% | 0.96% | - |
| XYZ | 36.98 | 67.09 | 11.09 | - |
| YUV | 171.68 | 32.81 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 3 | 0.61 | 0 | 0.99 | 0.04 | 97.34 | 0.98 | 0.48 |
| Hex | 5E | F4 | 3 | 3D | 0 | 63 | 4 | 61 | 62 | 30 |
| Octal | 136 | 364 | 3 | 75 | 0 | 143 | 4 | 141 | 142 | 60 |
| Binary | 1011110 | 11110100 | 11 | 111101 | 0 | 1100011 | 100 | 1100001 | 1100010 | 110000 |
Color Harmonies of #5EF403
Complementary color
Monochromatic Colors of #5EF403
Black with #5EF403
Text Example
Text Example
White with #5EF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF403; }
p { color: rgb(94,244,3); }
H1.HeaderClassName
{
color: #5EF403;
}
.AnyTagClassName
{
color: #5EF403;
}
</style>
background-color css
<style>
a { background-color: #5EF403; }
a { background-color: rgb(94,244,3); }
div.DivClassName
{
background-color: #5EF403;
}
.BgClassName
{
background-color: #5EF403;
}
</style>
border-color css
<style>
span { border-color: #5EF403; }
span { border-color: rgb(94,244,3); }
td.TdClassName
{
border-color: #5EF403;
}
.TagClassName
{
border-color: #5EF403;
}
</style>