Shades of Bright Green #5EEE0C
Tints of Bright Green #5EEE0C
RGB
CMYK
RGB Variations
Color information
#5EEE0C (or 0x5EEE0C) is known color: Bright Green. HEX triplet: 5E, EE and 0C. RGB value is (94,238,12). Sum of RGB (Red+Green+Blue) = 94+238+12=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EEE0C is #A111F3. Grayscale: #A9A9A9. Windows color (decimal): -10555892 or 847454. OLE color: 847454.
HSL color Cylindrical-coordinate representation of color #5EEE0C: hue angle of 98.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EEE0C is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 12 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.07 |
| HSL | 98.23º | 0.9% | 0.49% | - |
| HSV(B) | 98.23º | 0.95% | 0.93% | - |
| XYZ | 35.26 | 63.56 | 10.76 | - |
| YUV | 169.18 | 39.29 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 12 | 0.61 | 0 | 0.95 | 0.07 | 98.23 | 0.9 | 0.49 |
| Hex | 5E | EE | C | 3D | 0 | 5F | 7 | 62 | 5A | 31 |
| Octal | 136 | 356 | 14 | 75 | 0 | 137 | 7 | 142 | 132 | 61 |
| Binary | 1011110 | 11101110 | 1100 | 111101 | 0 | 1011111 | 111 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5EEE0C
Complementary color
Monochromatic Colors of #5EEE0C
Black with #5EEE0C
Text Example
Text Example
White with #5EEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEE0C; }
p { color: rgb(94,238,12); }
H1.HeaderClassName
{
color: #5EEE0C;
}
.AnyTagClassName
{
color: #5EEE0C;
}
</style>
background-color css
<style>
a { background-color: #5EEE0C; }
a { background-color: rgb(94,238,12); }
div.DivClassName
{
background-color: #5EEE0C;
}
.BgClassName
{
background-color: #5EEE0C;
}
</style>
border-color css
<style>
span { border-color: #5EEE0C; }
span { border-color: rgb(94,238,12); }
td.TdClassName
{
border-color: #5EEE0C;
}
.TagClassName
{
border-color: #5EEE0C;
}
</style>