Shades of Bright Green #5EFC28
Tints of Bright Green #5EFC28
RGB
CMYK
RGB Variations
Color information
#5EFC28 (or 0x5EFC28) is known color: Bright Green. HEX triplet: 5E, FC and 28. RGB value is (94,252,40). Sum of RGB (Red+Green+Blue) = 94+252+40=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFC28 is #A103D7. Grayscale: #B5B5B5. Windows color (decimal): -10552280 or 2686046. OLE color: 2686046.
HSL color Cylindrical-coordinate representation of color #5EFC28: hue angle of 104.72º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EFC28 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 40 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.01 |
| HSL | 104.72º | 0.97% | 0.57% | - |
| HSV(B) | 104.72º | 0.84% | 0.99% | - |
| XYZ | 39.81 | 72.15 | 13.84 | - |
| YUV | 180.59 | 48.65 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 40 | 0.63 | 0 | 0.84 | 0.01 | 104.72 | 0.97 | 0.57 |
| Hex | 5E | FC | 28 | 3F | 0 | 54 | 1 | 69 | 61 | 39 |
| Octal | 136 | 374 | 50 | 77 | 0 | 124 | 1 | 151 | 141 | 71 |
| Binary | 1011110 | 11111100 | 101000 | 111111 | 0 | 1010100 | 1 | 1101001 | 1100001 | 111001 |
Color Harmonies of #5EFC28
Complementary color
Monochromatic Colors of #5EFC28
Black with #5EFC28
Text Example
Text Example
White with #5EFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC28; }
p { color: rgb(94,252,40); }
H1.HeaderClassName
{
color: #5EFC28;
}
.AnyTagClassName
{
color: #5EFC28;
}
</style>
background-color css
<style>
a { background-color: #5EFC28; }
a { background-color: rgb(94,252,40); }
div.DivClassName
{
background-color: #5EFC28;
}
.BgClassName
{
background-color: #5EFC28;
}
</style>
border-color css
<style>
span { border-color: #5EFC28; }
span { border-color: rgb(94,252,40); }
td.TdClassName
{
border-color: #5EFC28;
}
.TagClassName
{
border-color: #5EFC28;
}
</style>