Shades of Bright Green #5EFF28
Tints of Bright Green #5EFF28
RGB
CMYK
RGB Variations
Color information
#5EFF28 (or 0x5EFF28) is known color: Bright Green. HEX triplet: 5E, FF and 28. RGB value is (94,255,40). Sum of RGB (Red+Green+Blue) = 94+255+40=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFF28 is #A100D7. Grayscale: #B7B7B7. Windows color (decimal): -10551512 or 2686814. OLE color: 2686814.
HSL color Cylindrical-coordinate representation of color #5EFF28: hue angle of 104.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EFF28 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 40 | - |
| CMYK | 0.63 | 0 | 0.84 | 0 |
| HSL | 104.93º | 1% | 0.58% | - |
| HSV(B) | 104.93º | 0.84% | 1% | - |
| XYZ | 40.76 | 74.05 | 14.15 | - |
| YUV | 182.35 | 47.66 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 40 | 0.63 | 0 | 0.84 | 0 | 104.93 | 1 | 0.58 |
| Hex | 5E | FF | 28 | 3F | 0 | 54 | 0 | 69 | 64 | 3A |
| Octal | 136 | 377 | 50 | 77 | 0 | 124 | 0 | 151 | 144 | 72 |
| Binary | 1011110 | 11111111 | 101000 | 111111 | 0 | 1010100 | 0 | 1101001 | 1100100 | 111010 |
Color Harmonies of #5EFF28
Complementary color
Monochromatic Colors of #5EFF28
Black with #5EFF28
Text Example
Text Example
White with #5EFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF28; }
p { color: rgb(94,255,40); }
H1.HeaderClassName
{
color: #5EFF28;
}
.AnyTagClassName
{
color: #5EFF28;
}
</style>
background-color css
<style>
a { background-color: #5EFF28; }
a { background-color: rgb(94,255,40); }
div.DivClassName
{
background-color: #5EFF28;
}
.BgClassName
{
background-color: #5EFF28;
}
</style>
border-color css
<style>
span { border-color: #5EFF28; }
span { border-color: rgb(94,255,40); }
td.TdClassName
{
border-color: #5EFF28;
}
.TagClassName
{
border-color: #5EFF28;
}
</style>