Shades of Bright Green #5EED1F
Tints of Bright Green #5EED1F
RGB
CMYK
RGB Variations
Color information
#5EED1F (or 0x5EED1F) is known color: Bright Green. HEX triplet: 5E, ED and 1F. RGB value is (94,237,31). Sum of RGB (Red+Green+Blue) = 94+237+31=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EED1F is #A112E0. Grayscale: #ABABAB. Windows color (decimal): -10556129 or 2092382. OLE color: 2092382.
HSL color Cylindrical-coordinate representation of color #5EED1F: hue angle of 101.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EED1F is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 31 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.07 |
| HSL | 101.65º | 0.85% | 0.53% | - |
| HSV(B) | 101.65º | 0.87% | 0.93% | - |
| XYZ | 35.15 | 63.05 | 11.61 | - |
| YUV | 170.76 | 49.12 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 31 | 0.60 | 0 | 0.87 | 0.07 | 101.65 | 0.85 | 0.53 |
| Hex | 5E | ED | 1F | 3C | 0 | 57 | 7 | 66 | 55 | 35 |
| Octal | 136 | 355 | 37 | 74 | 0 | 127 | 7 | 146 | 125 | 65 |
| Binary | 1011110 | 11101101 | 11111 | 111100 | 0 | 1010111 | 111 | 1100110 | 1010101 | 110101 |
Color Harmonies of #5EED1F
Complementary color
Monochromatic Colors of #5EED1F
Black with #5EED1F
Text Example
Text Example
White with #5EED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED1F; }
p { color: rgb(94,237,31); }
H1.HeaderClassName
{
color: #5EED1F;
}
.AnyTagClassName
{
color: #5EED1F;
}
</style>
background-color css
<style>
a { background-color: #5EED1F; }
a { background-color: rgb(94,237,31); }
div.DivClassName
{
background-color: #5EED1F;
}
.BgClassName
{
background-color: #5EED1F;
}
</style>
border-color css
<style>
span { border-color: #5EED1F; }
span { border-color: rgb(94,237,31); }
td.TdClassName
{
border-color: #5EED1F;
}
.TagClassName
{
border-color: #5EED1F;
}
</style>