Shades of Bright Green #5EFF00
Tints of Bright Green #5EFF00
RGB
CMYK
RGB Variations
Color information
#5EFF00 (or 0x5EFF00) is known color: Bright Green. HEX triplet: 5E, FF and 00. RGB value is (94,255,0). Sum of RGB (Red+Green+Blue) = 94+255+0=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFF00 is #A100FF. Grayscale: #B2B2B2. Windows color (decimal): -10551552 or 65374. OLE color: 65374.
HSL color Cylindrical-coordinate representation of color #5EFF00: hue angle of 97.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EFF00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0 |
| HSL | 97.88º | 1% | 0.5% | - |
| HSV(B) | 97.88º | 1% | 1% | - |
| XYZ | 40.38 | 73.9 | 12.14 | - |
| YUV | 177.79 | 27.66 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 0 | 0.63 | 0 | 1 | 0 | 97.88 | 1 | 0.5 |
| Hex | 5E | FF | 0 | 3F | 0 | 64 | 0 | 62 | 64 | 32 |
| Octal | 136 | 377 | 0 | 77 | 0 | 144 | 0 | 142 | 144 | 62 |
| Binary | 1011110 | 11111111 | 0 | 111111 | 0 | 1100100 | 0 | 1100010 | 1100100 | 110010 |
Color Harmonies of #5EFF00
Complementary color
Monochromatic Colors of #5EFF00
Black with #5EFF00
Text Example
Text Example
White with #5EFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF00; }
p { color: rgb(94,255,0); }
H1.HeaderClassName
{
color: #5EFF00;
}
.AnyTagClassName
{
color: #5EFF00;
}
</style>
background-color css
<style>
a { background-color: #5EFF00; }
a { background-color: rgb(94,255,0); }
div.DivClassName
{
background-color: #5EFF00;
}
.BgClassName
{
background-color: #5EFF00;
}
</style>
border-color css
<style>
span { border-color: #5EFF00; }
span { border-color: rgb(94,255,0); }
td.TdClassName
{
border-color: #5EFF00;
}
.TagClassName
{
border-color: #5EFF00;
}
</style>