Shades of Bright Green #5EE50C
Tints of Bright Green #5EE50C
RGB
CMYK
RGB Variations
Color information
#5EE50C (or 0x5EE50C) is known color: Bright Green. HEX triplet: 5E, E5 and 0C. RGB value is (94,229,12). Sum of RGB (Red+Green+Blue) = 94+229+12=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE50C is #A11AF3. Grayscale: #A4A4A4. Windows color (decimal): -10558196 or 845150. OLE color: 845150.
HSL color Cylindrical-coordinate representation of color #5EE50C: hue angle of 97.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EE50C is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 12 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.10 |
| HSL | 97.33º | 0.9% | 0.47% | - |
| HSV(B) | 97.33º | 0.95% | 0.9% | - |
| XYZ | 32.7 | 58.44 | 9.91 | - |
| YUV | 163.9 | 42.27 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 12 | 0.59 | 0 | 0.95 | 0.10 | 97.33 | 0.9 | 0.47 |
| Hex | 5E | E5 | C | 3B | 0 | 5F | A | 61 | 5A | 2F |
| Octal | 136 | 345 | 14 | 73 | 0 | 137 | 12 | 141 | 132 | 57 |
| Binary | 1011110 | 11100101 | 1100 | 111011 | 0 | 1011111 | 1010 | 1100001 | 1011010 | 101111 |
Color Harmonies of #5EE50C
Complementary color
Monochromatic Colors of #5EE50C
Black with #5EE50C
Text Example
Text Example
White with #5EE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE50C; }
p { color: rgb(94,229,12); }
H1.HeaderClassName
{
color: #5EE50C;
}
.AnyTagClassName
{
color: #5EE50C;
}
</style>
background-color css
<style>
a { background-color: #5EE50C; }
a { background-color: rgb(94,229,12); }
div.DivClassName
{
background-color: #5EE50C;
}
.BgClassName
{
background-color: #5EE50C;
}
</style>
border-color css
<style>
span { border-color: #5EE50C; }
span { border-color: rgb(94,229,12); }
td.TdClassName
{
border-color: #5EE50C;
}
.TagClassName
{
border-color: #5EE50C;
}
</style>