Shades of Bright Green #5EEB32
Tints of Bright Green #5EEB32
RGB
CMYK
RGB Variations
Color information
#5EEB32 (or 0x5EEB32) is known color: Bright Green. HEX triplet: 5E, EB and 32. RGB value is (94,235,50). Sum of RGB (Red+Green+Blue) = 94+235+50=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 235 (92.19% from 255 or 62.01% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEB32 is #A114CD. Grayscale: #ACACAC. Windows color (decimal): -10556622 or 3337054. OLE color: 3337054.
HSL color Cylindrical-coordinate representation of color #5EEB32: hue angle of 105.73º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EEB32 is Cyan = 0.6, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 50 | - |
| CMYK | 0.6 | 0 | 0.79 | 0.08 |
| HSL | 105.73º | 0.82% | 0.56% | - |
| HSV(B) | 105.73º | 0.79% | 0.92% | - |
| XYZ | 34.9 | 62.03 | 13.15 | - |
| YUV | 171.75 | 59.29 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 50 | 0.6 | 0 | 0.79 | 0.08 | 105.73 | 0.82 | 0.56 |
| Hex | 5E | EB | 32 | 3C | 0 | 4F | 8 | 6A | 52 | 38 |
| Octal | 136 | 353 | 62 | 74 | 0 | 117 | 10 | 152 | 122 | 70 |
| Binary | 1011110 | 11101011 | 110010 | 111100 | 0 | 1001111 | 1000 | 1101010 | 1010010 | 111000 |
Color Harmonies of #5EEB32
Complementary color
Monochromatic Colors of #5EEB32
Black with #5EEB32
Text Example
Text Example
White with #5EEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEB32; }
p { color: rgb(94,235,50); }
H1.HeaderClassName
{
color: #5EEB32;
}
.AnyTagClassName
{
color: #5EEB32;
}
</style>
background-color css
<style>
a { background-color: #5EEB32; }
a { background-color: rgb(94,235,50); }
div.DivClassName
{
background-color: #5EEB32;
}
.BgClassName
{
background-color: #5EEB32;
}
</style>
border-color css
<style>
span { border-color: #5EEB32; }
span { border-color: rgb(94,235,50); }
td.TdClassName
{
border-color: #5EEB32;
}
.TagClassName
{
border-color: #5EEB32;
}
</style>