Shades of Bright Green #5EFF03
Tints of Bright Green #5EFF03
RGB
CMYK
RGB Variations
Color information
#5EFF03 (or 0x5EFF03) is known color: Bright Green. HEX triplet: 5E, FF and 03. RGB value is (94,255,3). Sum of RGB (Red+Green+Blue) = 94+255+3=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFF03 is #A100FC. Grayscale: #B2B2B2. Windows color (decimal): -10551549 or 261982. OLE color: 261982.
HSL color Cylindrical-coordinate representation of color #5EFF03: hue angle of 98.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EFF03 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 3 | - |
| CMYK | 0.63 | 0 | 0.99 | 0 |
| HSL | 98.33º | 1% | 0.51% | - |
| HSV(B) | 98.33º | 0.99% | 1% | - |
| XYZ | 40.39 | 73.91 | 12.22 | - |
| YUV | 178.13 | 29.16 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 3 | 0.63 | 0 | 0.99 | 0 | 98.33 | 1 | 0.51 |
| Hex | 5E | FF | 3 | 3F | 0 | 63 | 0 | 62 | 64 | 33 |
| Octal | 136 | 377 | 3 | 77 | 0 | 143 | 0 | 142 | 144 | 63 |
| Binary | 1011110 | 11111111 | 11 | 111111 | 0 | 1100011 | 0 | 1100010 | 1100100 | 110011 |
Color Harmonies of #5EFF03
Complementary color
Monochromatic Colors of #5EFF03
Black with #5EFF03
Text Example
Text Example
White with #5EFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF03; }
p { color: rgb(94,255,3); }
H1.HeaderClassName
{
color: #5EFF03;
}
.AnyTagClassName
{
color: #5EFF03;
}
</style>
background-color css
<style>
a { background-color: #5EFF03; }
a { background-color: rgb(94,255,3); }
div.DivClassName
{
background-color: #5EFF03;
}
.BgClassName
{
background-color: #5EFF03;
}
</style>
border-color css
<style>
span { border-color: #5EFF03; }
span { border-color: rgb(94,255,3); }
td.TdClassName
{
border-color: #5EFF03;
}
.TagClassName
{
border-color: #5EFF03;
}
</style>