Shades of Bright Green #5EF01D
Tints of Bright Green #5EF01D
RGB
CMYK
RGB Variations
Color information
#5EF01D (or 0x5EF01D) is known color: Bright Green. HEX triplet: 5E, F0 and 1D. RGB value is (94,240,29). Sum of RGB (Red+Green+Blue) = 94+240+29=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF01D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF01D is #A10FE2. Grayscale: #ACACAC. Windows color (decimal): -10555363 or 1962078. OLE color: 1962078.
HSL color Cylindrical-coordinate representation of color #5EF01D: hue angle of 101.52º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5EF01D is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 240 | 29 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.06 |
| HSL | 101.52º | 0.88% | 0.53% | - |
| HSV(B) | 101.52º | 0.88% | 0.94% | - |
| XYZ | 36 | 64.79 | 11.77 | - |
| YUV | 172.29 | 47.13 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 240 | 29 | 0.61 | 0 | 0.88 | 0.06 | 101.52 | 0.88 | 0.53 |
| Hex | 5E | F0 | 1D | 3D | 0 | 58 | 6 | 66 | 58 | 35 |
| Octal | 136 | 360 | 35 | 75 | 0 | 130 | 6 | 146 | 130 | 65 |
| Binary | 1011110 | 11110000 | 11101 | 111101 | 0 | 1011000 | 110 | 1100110 | 1011000 | 110101 |
Color Harmonies of #5EF01D
Complementary color
Monochromatic Colors of #5EF01D
Black with #5EF01D
Text Example
Text Example
White with #5EF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF01D; }
p { color: rgb(94,240,29); }
H1.HeaderClassName
{
color: #5EF01D;
}
.AnyTagClassName
{
color: #5EF01D;
}
</style>
background-color css
<style>
a { background-color: #5EF01D; }
a { background-color: rgb(94,240,29); }
div.DivClassName
{
background-color: #5EF01D;
}
.BgClassName
{
background-color: #5EF01D;
}
</style>
border-color css
<style>
span { border-color: #5EF01D; }
span { border-color: rgb(94,240,29); }
td.TdClassName
{
border-color: #5EF01D;
}
.TagClassName
{
border-color: #5EF01D;
}
</style>