Shades of Bright Green #5EFA13
Tints of Bright Green #5EFA13
RGB
CMYK
RGB Variations
Color information
#5EFA13 (or 0x5EFA13) is known color: Bright Green. HEX triplet: 5E, FA and 13. RGB value is (94,250,19). Sum of RGB (Red+Green+Blue) = 94+250+19=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFA13 is #A105EC. Grayscale: #B1B1B1. Windows color (decimal): -10552813 or 1309278. OLE color: 1309278.
HSL color Cylindrical-coordinate representation of color #5EFA13: hue angle of 100.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EFA13 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 19 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.02 |
| HSL | 100.52º | 0.96% | 0.53% | - |
| HSV(B) | 100.52º | 0.92% | 0.98% | - |
| XYZ | 38.92 | 70.8 | 12.23 | - |
| YUV | 177.02 | 38.82 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 19 | 0.62 | 0 | 0.92 | 0.02 | 100.52 | 0.96 | 0.53 |
| Hex | 5E | FA | 13 | 3E | 0 | 5C | 2 | 65 | 60 | 35 |
| Octal | 136 | 372 | 23 | 76 | 0 | 134 | 2 | 145 | 140 | 65 |
| Binary | 1011110 | 11111010 | 10011 | 111110 | 0 | 1011100 | 10 | 1100101 | 1100000 | 110101 |
Color Harmonies of #5EFA13
Complementary color
Monochromatic Colors of #5EFA13
Black with #5EFA13
Text Example
Text Example
White with #5EFA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA13; }
p { color: rgb(94,250,19); }
H1.HeaderClassName
{
color: #5EFA13;
}
.AnyTagClassName
{
color: #5EFA13;
}
</style>
background-color css
<style>
a { background-color: #5EFA13; }
a { background-color: rgb(94,250,19); }
div.DivClassName
{
background-color: #5EFA13;
}
.BgClassName
{
background-color: #5EFA13;
}
</style>
border-color css
<style>
span { border-color: #5EFA13; }
span { border-color: rgb(94,250,19); }
td.TdClassName
{
border-color: #5EFA13;
}
.TagClassName
{
border-color: #5EFA13;
}
</style>