Shades of Bright Green #5EFA1F
Tints of Bright Green #5EFA1F
RGB
CMYK
RGB Variations
Color information
#5EFA1F (or 0x5EFA1F) is known color: Bright Green. HEX triplet: 5E, FA and 1F. RGB value is (94,250,31). Sum of RGB (Red+Green+Blue) = 94+250+31=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA1F is #A105E0. Grayscale: #B3B3B3. Windows color (decimal): -10552801 or 2095710. OLE color: 2095710.
HSL color Cylindrical-coordinate representation of color #5EFA1F: hue angle of 102.74º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5EFA1F is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 31 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.02 |
| HSL | 102.74º | 0.96% | 0.55% | - |
| HSV(B) | 102.74º | 0.88% | 0.98% | - |
| XYZ | 39.05 | 70.85 | 12.91 | - |
| YUV | 178.39 | 44.82 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 31 | 0.62 | 0 | 0.88 | 0.02 | 102.74 | 0.96 | 0.55 |
| Hex | 5E | FA | 1F | 3E | 0 | 58 | 2 | 67 | 60 | 37 |
| Octal | 136 | 372 | 37 | 76 | 0 | 130 | 2 | 147 | 140 | 67 |
| Binary | 1011110 | 11111010 | 11111 | 111110 | 0 | 1011000 | 10 | 1100111 | 1100000 | 110111 |
Color Harmonies of #5EFA1F
Complementary color
Monochromatic Colors of #5EFA1F
Black with #5EFA1F
Text Example
Text Example
White with #5EFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA1F; }
p { color: rgb(94,250,31); }
H1.HeaderClassName
{
color: #5EFA1F;
}
.AnyTagClassName
{
color: #5EFA1F;
}
</style>
background-color css
<style>
a { background-color: #5EFA1F; }
a { background-color: rgb(94,250,31); }
div.DivClassName
{
background-color: #5EFA1F;
}
.BgClassName
{
background-color: #5EFA1F;
}
</style>
border-color css
<style>
span { border-color: #5EFA1F; }
span { border-color: rgb(94,250,31); }
td.TdClassName
{
border-color: #5EFA1F;
}
.TagClassName
{
border-color: #5EFA1F;
}
</style>