Shades of Bright Green #5EEF1E
Tints of Bright Green #5EEF1E
RGB
CMYK
RGB Variations
Color information
#5EEF1E (or 0x5EEF1E) is known color: Bright Green. HEX triplet: 5E, EF and 1E. RGB value is (94,239,30). Sum of RGB (Red+Green+Blue) = 94+239+30=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 239 (93.75% from 255 or 65.84% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEF1E is #A110E1. Grayscale: #ACACAC. Windows color (decimal): -10555618 or 2027358. OLE color: 2027358.
HSL color Cylindrical-coordinate representation of color #5EEF1E: hue angle of 101.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EEF1E is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 30 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.06 |
| HSL | 101.63º | 0.87% | 0.53% | - |
| HSV(B) | 101.63º | 0.87% | 0.94% | - |
| XYZ | 35.72 | 64.21 | 11.74 | - |
| YUV | 171.82 | 47.96 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 30 | 0.61 | 0 | 0.87 | 0.06 | 101.63 | 0.87 | 0.53 |
| Hex | 5E | EF | 1E | 3D | 0 | 57 | 6 | 66 | 57 | 35 |
| Octal | 136 | 357 | 36 | 75 | 0 | 127 | 6 | 146 | 127 | 65 |
| Binary | 1011110 | 11101111 | 11110 | 111101 | 0 | 1010111 | 110 | 1100110 | 1010111 | 110101 |
Color Harmonies of #5EEF1E
Complementary color
Monochromatic Colors of #5EEF1E
Black with #5EEF1E
Text Example
Text Example
White with #5EEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEF1E; }
p { color: rgb(94,239,30); }
H1.HeaderClassName
{
color: #5EEF1E;
}
.AnyTagClassName
{
color: #5EEF1E;
}
</style>
background-color css
<style>
a { background-color: #5EEF1E; }
a { background-color: rgb(94,239,30); }
div.DivClassName
{
background-color: #5EEF1E;
}
.BgClassName
{
background-color: #5EEF1E;
}
</style>
border-color css
<style>
span { border-color: #5EEF1E; }
span { border-color: rgb(94,239,30); }
td.TdClassName
{
border-color: #5EEF1E;
}
.TagClassName
{
border-color: #5EEF1E;
}
</style>