Shades of Bright Green #5EFA31
Tints of Bright Green #5EFA31
RGB
CMYK
RGB Variations
Color information
#5EFA31 (or 0x5EFA31) is known color: Bright Green. HEX triplet: 5E, FA and 31. RGB value is (94,250,49). Sum of RGB (Red+Green+Blue) = 94+250+49=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA31 is #A105CE. Grayscale: #B5B5B5. Windows color (decimal): -10552783 or 3275358. OLE color: 3275358.
HSL color Cylindrical-coordinate representation of color #5EFA31: hue angle of 106.57º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EFA31 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 49 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.02 |
| HSL | 106.57º | 0.95% | 0.59% | - |
| HSV(B) | 106.57º | 0.8% | 0.98% | - |
| XYZ | 39.36 | 70.97 | 14.53 | - |
| YUV | 180.44 | 53.82 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 49 | 0.62 | 0 | 0.80 | 0.02 | 106.57 | 0.95 | 0.59 |
| Hex | 5E | FA | 31 | 3E | 0 | 50 | 2 | 6B | 5F | 3B |
| Octal | 136 | 372 | 61 | 76 | 0 | 120 | 2 | 153 | 137 | 73 |
| Binary | 1011110 | 11111010 | 110001 | 111110 | 0 | 1010000 | 10 | 1101011 | 1011111 | 111011 |
Color Harmonies of #5EFA31
Complementary color
Monochromatic Colors of #5EFA31
Black with #5EFA31
Text Example
Text Example
White with #5EFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA31; }
p { color: rgb(94,250,49); }
H1.HeaderClassName
{
color: #5EFA31;
}
.AnyTagClassName
{
color: #5EFA31;
}
</style>
background-color css
<style>
a { background-color: #5EFA31; }
a { background-color: rgb(94,250,49); }
div.DivClassName
{
background-color: #5EFA31;
}
.BgClassName
{
background-color: #5EFA31;
}
</style>
border-color css
<style>
span { border-color: #5EFA31; }
span { border-color: rgb(94,250,49); }
td.TdClassName
{
border-color: #5EFA31;
}
.TagClassName
{
border-color: #5EFA31;
}
</style>