Shades of Bright Green #5EF228
Tints of Bright Green #5EF228
RGB
CMYK
RGB Variations
Color information
#5EF228 (or 0x5EF228) is known color: Bright Green. HEX triplet: 5E, F2 and 28. RGB value is (94,242,40). Sum of RGB (Red+Green+Blue) = 94+242+40=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF228 is #A10DD7. Grayscale: #AFAFAF. Windows color (decimal): -10554840 or 2683486. OLE color: 2683486.
HSL color Cylindrical-coordinate representation of color #5EF228: hue angle of 103.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EF228 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 40 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.05 |
| HSL | 103.96º | 0.89% | 0.55% | - |
| HSV(B) | 103.96º | 0.83% | 0.95% | - |
| XYZ | 36.75 | 66.04 | 12.82 | - |
| YUV | 174.72 | 51.97 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 40 | 0.61 | 0 | 0.83 | 0.05 | 103.96 | 0.89 | 0.55 |
| Hex | 5E | F2 | 28 | 3D | 0 | 53 | 5 | 68 | 59 | 37 |
| Octal | 136 | 362 | 50 | 75 | 0 | 123 | 5 | 150 | 131 | 67 |
| Binary | 1011110 | 11110010 | 101000 | 111101 | 0 | 1010011 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5EF228
Complementary color
Monochromatic Colors of #5EF228
Black with #5EF228
Text Example
Text Example
White with #5EF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF228; }
p { color: rgb(94,242,40); }
H1.HeaderClassName
{
color: #5EF228;
}
.AnyTagClassName
{
color: #5EF228;
}
</style>
background-color css
<style>
a { background-color: #5EF228; }
a { background-color: rgb(94,242,40); }
div.DivClassName
{
background-color: #5EF228;
}
.BgClassName
{
background-color: #5EF228;
}
</style>
border-color css
<style>
span { border-color: #5EF228; }
span { border-color: rgb(94,242,40); }
td.TdClassName
{
border-color: #5EF228;
}
.TagClassName
{
border-color: #5EF228;
}
</style>