Shades of Bright Green #5EE314
Tints of Bright Green #5EE314
RGB
CMYK
RGB Variations
Color information
#5EE314 (or 0x5EE314) is known color: Bright Green. HEX triplet: 5E, E3 and 14. RGB value is (94,227,20). Sum of RGB (Red+Green+Blue) = 94+227+20=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 227 (89.06% from 255 or 66.57% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE314 is #A11CEB. Grayscale: #A4A4A4. Windows color (decimal): -10558700 or 1368926. OLE color: 1368926.
HSL color Cylindrical-coordinate representation of color #5EE314: hue angle of 98.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EE314 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.11 |
| HSL | 98.55º | 0.84% | 0.48% | - |
| HSV(B) | 98.55º | 0.91% | 0.89% | - |
| XYZ | 32.21 | 57.37 | 10.04 | - |
| YUV | 163.64 | 46.94 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 20 | 0.59 | 0 | 0.91 | 0.11 | 98.55 | 0.84 | 0.48 |
| Hex | 5E | E3 | 14 | 3B | 0 | 5B | B | 63 | 54 | 30 |
| Octal | 136 | 343 | 24 | 73 | 0 | 133 | 13 | 143 | 124 | 60 |
| Binary | 1011110 | 11100011 | 10100 | 111011 | 0 | 1011011 | 1011 | 1100011 | 1010100 | 110000 |
Color Harmonies of #5EE314
Complementary color
Monochromatic Colors of #5EE314
Black with #5EE314
Text Example
Text Example
White with #5EE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE314; }
p { color: rgb(94,227,20); }
H1.HeaderClassName
{
color: #5EE314;
}
.AnyTagClassName
{
color: #5EE314;
}
</style>
background-color css
<style>
a { background-color: #5EE314; }
a { background-color: rgb(94,227,20); }
div.DivClassName
{
background-color: #5EE314;
}
.BgClassName
{
background-color: #5EE314;
}
</style>
border-color css
<style>
span { border-color: #5EE314; }
span { border-color: rgb(94,227,20); }
td.TdClassName
{
border-color: #5EE314;
}
.TagClassName
{
border-color: #5EE314;
}
</style>