Shades of Bright Green #5EF217
Tints of Bright Green #5EF217
RGB
CMYK
RGB Variations
Color information
#5EF217 (or 0x5EF217) is known color: Bright Green. HEX triplet: 5E, F2 and 17. RGB value is (94,242,23). Sum of RGB (Red+Green+Blue) = 94+242+23=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF217 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF217 is #A10DE8. Grayscale: #ADADAD. Windows color (decimal): -10554857 or 1569374. OLE color: 1569374.
HSL color Cylindrical-coordinate representation of color #5EF217: hue angle of 100.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EF217 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 23 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.05 |
| HSL | 100.55º | 0.89% | 0.52% | - |
| HSV(B) | 100.55º | 0.9% | 0.95% | - |
| XYZ | 36.52 | 65.95 | 11.61 | - |
| YUV | 172.78 | 43.47 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 23 | 0.61 | 0 | 0.90 | 0.05 | 100.55 | 0.89 | 0.52 |
| Hex | 5E | F2 | 17 | 3D | 0 | 5A | 5 | 65 | 59 | 34 |
| Octal | 136 | 362 | 27 | 75 | 0 | 132 | 5 | 145 | 131 | 64 |
| Binary | 1011110 | 11110010 | 10111 | 111101 | 0 | 1011010 | 101 | 1100101 | 1011001 | 110100 |
Color Harmonies of #5EF217
Complementary color
Monochromatic Colors of #5EF217
Black with #5EF217
Text Example
Text Example
White with #5EF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF217; }
p { color: rgb(94,242,23); }
H1.HeaderClassName
{
color: #5EF217;
}
.AnyTagClassName
{
color: #5EF217;
}
</style>
background-color css
<style>
a { background-color: #5EF217; }
a { background-color: rgb(94,242,23); }
div.DivClassName
{
background-color: #5EF217;
}
.BgClassName
{
background-color: #5EF217;
}
</style>
border-color css
<style>
span { border-color: #5EF217; }
span { border-color: rgb(94,242,23); }
td.TdClassName
{
border-color: #5EF217;
}
.TagClassName
{
border-color: #5EF217;
}
</style>