Shades of Bright Green #5EE30B
Tints of Bright Green #5EE30B
RGB
CMYK
RGB Variations
Color information
#5EE30B (or 0x5EE30B) is known color: Bright Green. HEX triplet: 5E, E3 and 0B. RGB value is (94,227,11). Sum of RGB (Red+Green+Blue) = 94+227+11=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE30B is #A11CF4. Grayscale: #A3A3A3. Windows color (decimal): -10558709 or 779102. OLE color: 779102.
HSL color Cylindrical-coordinate representation of color #5EE30B: hue angle of 96.94º degrees, saturation: 0.91, 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 #5EE30B is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 11 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.11 |
| HSL | 96.94º | 0.91% | 0.47% | - |
| HSV(B) | 96.94º | 0.95% | 0.89% | - |
| XYZ | 32.15 | 57.34 | 9.69 | - |
| YUV | 162.61 | 42.44 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 11 | 0.59 | 0 | 0.95 | 0.11 | 96.94 | 0.91 | 0.47 |
| Hex | 5E | E3 | B | 3B | 0 | 5F | B | 61 | 5B | 2F |
| Octal | 136 | 343 | 13 | 73 | 0 | 137 | 13 | 141 | 133 | 57 |
| Binary | 1011110 | 11100011 | 1011 | 111011 | 0 | 1011111 | 1011 | 1100001 | 1011011 | 101111 |
Color Harmonies of #5EE30B
Complementary color
Monochromatic Colors of #5EE30B
Black with #5EE30B
Text Example
Text Example
White with #5EE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE30B; }
p { color: rgb(94,227,11); }
H1.HeaderClassName
{
color: #5EE30B;
}
.AnyTagClassName
{
color: #5EE30B;
}
</style>
background-color css
<style>
a { background-color: #5EE30B; }
a { background-color: rgb(94,227,11); }
div.DivClassName
{
background-color: #5EE30B;
}
.BgClassName
{
background-color: #5EE30B;
}
</style>
border-color css
<style>
span { border-color: #5EE30B; }
span { border-color: rgb(94,227,11); }
td.TdClassName
{
border-color: #5EE30B;
}
.TagClassName
{
border-color: #5EE30B;
}
</style>