Shades of Bright Green #5EF82B
Tints of Bright Green #5EF82B
RGB
CMYK
RGB Variations
Color information
#5EF82B (or 0x5EF82B) is known color: Bright Green. HEX triplet: 5E, F8 and 2B. RGB value is (94,248,43). Sum of RGB (Red+Green+Blue) = 94+248+43=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #5EF82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF82B is #A107D4. Grayscale: #B3B3B3. Windows color (decimal): -10553301 or 2881630. OLE color: 2881630.
HSL color Cylindrical-coordinate representation of color #5EF82B: hue angle of 105.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EF82B is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 248 | 43 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.03 |
| HSL | 105.07º | 0.94% | 0.57% | - |
| HSV(B) | 105.07º | 0.83% | 0.97% | - |
| XYZ | 38.62 | 69.69 | 13.7 | - |
| YUV | 178.58 | 51.48 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 248 | 43 | 0.62 | 0 | 0.83 | 0.03 | 105.07 | 0.94 | 0.57 |
| Hex | 5E | F8 | 2B | 3E | 0 | 53 | 3 | 69 | 5E | 39 |
| Octal | 136 | 370 | 53 | 76 | 0 | 123 | 3 | 151 | 136 | 71 |
| Binary | 1011110 | 11111000 | 101011 | 111110 | 0 | 1010011 | 11 | 1101001 | 1011110 | 111001 |
Color Harmonies of #5EF82B
Complementary color
Monochromatic Colors of #5EF82B
Black with #5EF82B
Text Example
Text Example
White with #5EF82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF82B; }
p { color: rgb(94,248,43); }
H1.HeaderClassName
{
color: #5EF82B;
}
.AnyTagClassName
{
color: #5EF82B;
}
</style>
background-color css
<style>
a { background-color: #5EF82B; }
a { background-color: rgb(94,248,43); }
div.DivClassName
{
background-color: #5EF82B;
}
.BgClassName
{
background-color: #5EF82B;
}
</style>
border-color css
<style>
span { border-color: #5EF82B; }
span { border-color: rgb(94,248,43); }
td.TdClassName
{
border-color: #5EF82B;
}
.TagClassName
{
border-color: #5EF82B;
}
</style>