Shades of Bright Green #5EEC1F
Tints of Bright Green #5EEC1F
RGB
CMYK
RGB Variations
Color information
#5EEC1F (or 0x5EEC1F) is known color: Bright Green. HEX triplet: 5E, EC and 1F. RGB value is (94,236,31). Sum of RGB (Red+Green+Blue) = 94+236+31=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEC1F is #A113E0. Grayscale: #AAAAAA. Windows color (decimal): -10556385 or 2092126. OLE color: 2092126.
HSL color Cylindrical-coordinate representation of color #5EEC1F: hue angle of 101.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EEC1F is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 31 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.07 |
| HSL | 101.56º | 0.84% | 0.52% | - |
| HSV(B) | 101.56º | 0.87% | 0.93% | - |
| XYZ | 34.86 | 62.47 | 11.52 | - |
| YUV | 170.17 | 49.46 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 31 | 0.60 | 0 | 0.87 | 0.07 | 101.56 | 0.84 | 0.52 |
| Hex | 5E | EC | 1F | 3C | 0 | 57 | 7 | 66 | 54 | 34 |
| Octal | 136 | 354 | 37 | 74 | 0 | 127 | 7 | 146 | 124 | 64 |
| Binary | 1011110 | 11101100 | 11111 | 111100 | 0 | 1010111 | 111 | 1100110 | 1010100 | 110100 |
Color Harmonies of #5EEC1F
Complementary color
Monochromatic Colors of #5EEC1F
Black with #5EEC1F
Text Example
Text Example
White with #5EEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC1F; }
p { color: rgb(94,236,31); }
H1.HeaderClassName
{
color: #5EEC1F;
}
.AnyTagClassName
{
color: #5EEC1F;
}
</style>
background-color css
<style>
a { background-color: #5EEC1F; }
a { background-color: rgb(94,236,31); }
div.DivClassName
{
background-color: #5EEC1F;
}
.BgClassName
{
background-color: #5EEC1F;
}
</style>
border-color css
<style>
span { border-color: #5EEC1F; }
span { border-color: rgb(94,236,31); }
td.TdClassName
{
border-color: #5EEC1F;
}
.TagClassName
{
border-color: #5EEC1F;
}
</style>