Shades of Bright Green #5EFA04
Tints of Bright Green #5EFA04
RGB
CMYK
RGB Variations
Color information
#5EFA04 (or 0x5EFA04) is known color: Bright Green. HEX triplet: 5E, FA and 04. RGB value is (94,250,4). Sum of RGB (Red+Green+Blue) = 94+250+4=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFA04 is #A105FB. Grayscale: #B0B0B0. Windows color (decimal): -10552828 or 326238. OLE color: 326238.
HSL color Cylindrical-coordinate representation of color #5EFA04: hue angle of 98.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EFA04 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 4 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.02 |
| HSL | 98.05º | 0.97% | 0.5% | - |
| HSV(B) | 98.05º | 0.98% | 0.98% | - |
| XYZ | 38.82 | 70.76 | 11.73 | - |
| YUV | 175.31 | 31.32 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 4 | 0.62 | 0 | 0.98 | 0.02 | 98.05 | 0.97 | 0.5 |
| Hex | 5E | FA | 4 | 3E | 0 | 62 | 2 | 62 | 61 | 32 |
| Octal | 136 | 372 | 4 | 76 | 0 | 142 | 2 | 142 | 141 | 62 |
| Binary | 1011110 | 11111010 | 100 | 111110 | 0 | 1100010 | 10 | 1100010 | 1100001 | 110010 |
Color Harmonies of #5EFA04
Complementary color
Monochromatic Colors of #5EFA04
Black with #5EFA04
Text Example
Text Example
White with #5EFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA04; }
p { color: rgb(94,250,4); }
H1.HeaderClassName
{
color: #5EFA04;
}
.AnyTagClassName
{
color: #5EFA04;
}
</style>
background-color css
<style>
a { background-color: #5EFA04; }
a { background-color: rgb(94,250,4); }
div.DivClassName
{
background-color: #5EFA04;
}
.BgClassName
{
background-color: #5EFA04;
}
</style>
border-color css
<style>
span { border-color: #5EFA04; }
span { border-color: rgb(94,250,4); }
td.TdClassName
{
border-color: #5EFA04;
}
.TagClassName
{
border-color: #5EFA04;
}
</style>