Shades of Bright Green #5EE30C
Tints of Bright Green #5EE30C
RGB
CMYK
RGB Variations
Color information
#5EE30C (or 0x5EE30C) is known color: Bright Green. HEX triplet: 5E, E3 and 0C. RGB value is (94,227,12). Sum of RGB (Red+Green+Blue) = 94+227+12=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE30C is #A11CF3. Grayscale: #A3A3A3. Windows color (decimal): -10558708 or 844638. OLE color: 844638.
HSL color Cylindrical-coordinate representation of color #5EE30C: hue angle of 97.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EE30C is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 12 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.11 |
| HSL | 97.12º | 0.9% | 0.47% | - |
| HSV(B) | 97.12º | 0.95% | 0.89% | - |
| XYZ | 32.15 | 57.34 | 9.72 | - |
| YUV | 162.72 | 42.94 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 12 | 0.59 | 0 | 0.95 | 0.11 | 97.12 | 0.9 | 0.47 |
| Hex | 5E | E3 | C | 3B | 0 | 5F | B | 61 | 5A | 2F |
| Octal | 136 | 343 | 14 | 73 | 0 | 137 | 13 | 141 | 132 | 57 |
| Binary | 1011110 | 11100011 | 1100 | 111011 | 0 | 1011111 | 1011 | 1100001 | 1011010 | 101111 |
Color Harmonies of #5EE30C
Complementary color
Monochromatic Colors of #5EE30C
Black with #5EE30C
Text Example
Text Example
White with #5EE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE30C; }
p { color: rgb(94,227,12); }
H1.HeaderClassName
{
color: #5EE30C;
}
.AnyTagClassName
{
color: #5EE30C;
}
</style>
background-color css
<style>
a { background-color: #5EE30C; }
a { background-color: rgb(94,227,12); }
div.DivClassName
{
background-color: #5EE30C;
}
.BgClassName
{
background-color: #5EE30C;
}
</style>
border-color css
<style>
span { border-color: #5EE30C; }
span { border-color: rgb(94,227,12); }
td.TdClassName
{
border-color: #5EE30C;
}
.TagClassName
{
border-color: #5EE30C;
}
</style>