Shades of Bright Green #5EFE00
Tints of Bright Green #5EFE00
RGB
CMYK
RGB Variations
Color information
#5EFE00 (or 0x5EFE00) is known color: Bright Green. HEX triplet: 5E, FE and 00. RGB value is (94,254,0). Sum of RGB (Red+Green+Blue) = 94+254+0=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFE00 is #A101FF. Grayscale: #B2B2B2. Windows color (decimal): -10551808 or 65118. OLE color: 65118.
HSL color Cylindrical-coordinate representation of color #5EFE00: hue angle of 97.8º 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 #5EFE00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.00 |
| HSL | 97.8º | 1% | 0.5% | - |
| HSV(B) | 97.8º | 1% | 1% | - |
| XYZ | 40.06 | 73.26 | 12.03 | - |
| YUV | 177.2 | 27.99 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 0 | 0.63 | 0 | 1 | 0.00 | 97.8 | 1 | 0.5 |
| Hex | 5E | FE | 0 | 3F | 0 | 64 | 0 | 62 | 64 | 32 |
| Octal | 136 | 376 | 0 | 77 | 0 | 144 | 0 | 142 | 144 | 62 |
| Binary | 1011110 | 11111110 | 0 | 111111 | 0 | 1100100 | 0 | 1100010 | 1100100 | 110010 |
Color Harmonies of #5EFE00
Complementary color
Monochromatic Colors of #5EFE00
Black with #5EFE00
Text Example
Text Example
White with #5EFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE00; }
p { color: rgb(94,254,0); }
H1.HeaderClassName
{
color: #5EFE00;
}
.AnyTagClassName
{
color: #5EFE00;
}
</style>
background-color css
<style>
a { background-color: #5EFE00; }
a { background-color: rgb(94,254,0); }
div.DivClassName
{
background-color: #5EFE00;
}
.BgClassName
{
background-color: #5EFE00;
}
</style>
border-color css
<style>
span { border-color: #5EFE00; }
span { border-color: rgb(94,254,0); }
td.TdClassName
{
border-color: #5EFE00;
}
.TagClassName
{
border-color: #5EFE00;
}
</style>