Shades of Bright Green #5EEA1A
Tints of Bright Green #5EEA1A
RGB
CMYK
RGB Variations
Color information
#5EEA1A (or 0x5EEA1A) is known color: Bright Green. HEX triplet: 5E, EA and 1A. RGB value is (94,234,26). Sum of RGB (Red+Green+Blue) = 94+234+26=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEA1A is #A115E5. Grayscale: #A9A9A9. Windows color (decimal): -10556902 or 1763934. OLE color: 1763934.
HSL color Cylindrical-coordinate representation of color #5EEA1A: hue angle of 100.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EEA1A is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 26 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.08 |
| HSL | 100.38º | 0.83% | 0.51% | - |
| HSV(B) | 100.38º | 0.89% | 0.92% | - |
| XYZ | 34.23 | 61.3 | 11.01 | - |
| YUV | 168.43 | 47.62 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 26 | 0.60 | 0 | 0.89 | 0.08 | 100.38 | 0.83 | 0.51 |
| Hex | 5E | EA | 1A | 3C | 0 | 59 | 8 | 64 | 53 | 33 |
| Octal | 136 | 352 | 32 | 74 | 0 | 131 | 10 | 144 | 123 | 63 |
| Binary | 1011110 | 11101010 | 11010 | 111100 | 0 | 1011001 | 1000 | 1100100 | 1010011 | 110011 |
Color Harmonies of #5EEA1A
Complementary color
Monochromatic Colors of #5EEA1A
Black with #5EEA1A
Text Example
Text Example
White with #5EEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEA1A; }
p { color: rgb(94,234,26); }
H1.HeaderClassName
{
color: #5EEA1A;
}
.AnyTagClassName
{
color: #5EEA1A;
}
</style>
background-color css
<style>
a { background-color: #5EEA1A; }
a { background-color: rgb(94,234,26); }
div.DivClassName
{
background-color: #5EEA1A;
}
.BgClassName
{
background-color: #5EEA1A;
}
</style>
border-color css
<style>
span { border-color: #5EEA1A; }
span { border-color: rgb(94,234,26); }
td.TdClassName
{
border-color: #5EEA1A;
}
.TagClassName
{
border-color: #5EEA1A;
}
</style>