Shades of Bright Green #5EEF32
Tints of Bright Green #5EEF32
RGB
CMYK
RGB Variations
Color information
#5EEF32 (or 0x5EEF32) is known color: Bright Green. HEX triplet: 5E, EF and 32. RGB value is (94,239,50). Sum of RGB (Red+Green+Blue) = 94+239+50=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEF32 is #A110CD. Grayscale: #AEAEAE. Windows color (decimal): -10555598 or 3338078. OLE color: 3338078.
HSL color Cylindrical-coordinate representation of color #5EEF32: hue angle of 106.03º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EEF32 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 50 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.06 |
| HSL | 106.03º | 0.86% | 0.57% | - |
| HSV(B) | 106.03º | 0.79% | 0.94% | - |
| XYZ | 36.06 | 64.34 | 13.54 | - |
| YUV | 174.1 | 57.96 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 50 | 0.61 | 0 | 0.79 | 0.06 | 106.03 | 0.86 | 0.57 |
| Hex | 5E | EF | 32 | 3D | 0 | 4F | 6 | 6A | 56 | 39 |
| Octal | 136 | 357 | 62 | 75 | 0 | 117 | 6 | 152 | 126 | 71 |
| Binary | 1011110 | 11101111 | 110010 | 111101 | 0 | 1001111 | 110 | 1101010 | 1010110 | 111001 |
Color Harmonies of #5EEF32
Complementary color
Monochromatic Colors of #5EEF32
Black with #5EEF32
Text Example
Text Example
White with #5EEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEF32; }
p { color: rgb(94,239,50); }
H1.HeaderClassName
{
color: #5EEF32;
}
.AnyTagClassName
{
color: #5EEF32;
}
</style>
background-color css
<style>
a { background-color: #5EEF32; }
a { background-color: rgb(94,239,50); }
div.DivClassName
{
background-color: #5EEF32;
}
.BgClassName
{
background-color: #5EEF32;
}
</style>
border-color css
<style>
span { border-color: #5EEF32; }
span { border-color: rgb(94,239,50); }
td.TdClassName
{
border-color: #5EEF32;
}
.TagClassName
{
border-color: #5EEF32;
}
</style>