Shades of Bright Green #5EFE0E
Tints of Bright Green #5EFE0E
RGB
CMYK
RGB Variations
Color information
#5EFE0E (or 0x5EFE0E) is known color: Bright Green. HEX triplet: 5E, FE and 0E. RGB value is (94,254,14). Sum of RGB (Red+Green+Blue) = 94+254+14=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFE0E is #A101F1. Grayscale: #B3B3B3. Windows color (decimal): -10551794 or 982622. OLE color: 982622.
HSL color Cylindrical-coordinate representation of color #5EFE0E: hue angle of 100º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EFE0E is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 14 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.00 |
| HSL | 100º | 0.99% | 0.53% | - |
| HSV(B) | 100º | 0.94% | 1% | - |
| XYZ | 40.14 | 73.3 | 12.45 | - |
| YUV | 178.8 | 34.99 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 14 | 0.63 | 0 | 0.94 | 0.00 | 100 | 0.99 | 0.53 |
| Hex | 5E | FE | E | 3F | 0 | 5E | 0 | 64 | 63 | 35 |
| Octal | 136 | 376 | 16 | 77 | 0 | 136 | 0 | 144 | 143 | 65 |
| Binary | 1011110 | 11111110 | 1110 | 111111 | 0 | 1011110 | 0 | 1100100 | 1100011 | 110101 |
Color Harmonies of #5EFE0E
Complementary color
Monochromatic Colors of #5EFE0E
Black with #5EFE0E
Text Example
Text Example
White with #5EFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE0E; }
p { color: rgb(94,254,14); }
H1.HeaderClassName
{
color: #5EFE0E;
}
.AnyTagClassName
{
color: #5EFE0E;
}
</style>
background-color css
<style>
a { background-color: #5EFE0E; }
a { background-color: rgb(94,254,14); }
div.DivClassName
{
background-color: #5EFE0E;
}
.BgClassName
{
background-color: #5EFE0E;
}
</style>
border-color css
<style>
span { border-color: #5EFE0E; }
span { border-color: rgb(94,254,14); }
td.TdClassName
{
border-color: #5EFE0E;
}
.TagClassName
{
border-color: #5EFE0E;
}
</style>