Shades of Bright Green #5EFE1A
Tints of Bright Green #5EFE1A
RGB
CMYK
RGB Variations
Color information
#5EFE1A (or 0x5EFE1A) is known color: Bright Green. HEX triplet: 5E, FE and 1A. RGB value is (94,254,26). Sum of RGB (Red+Green+Blue) = 94+254+26=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFE1A is #A101E5. Grayscale: #B4B4B4. Windows color (decimal): -10551782 or 1769054. OLE color: 1769054.
HSL color Cylindrical-coordinate representation of color #5EFE1A: hue angle of 102.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EFE1A is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 26 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.00 |
| HSL | 102.11º | 0.99% | 0.55% | - |
| HSV(B) | 102.11º | 0.9% | 1% | - |
| XYZ | 40.24 | 73.34 | 13.01 | - |
| YUV | 180.17 | 40.99 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 26 | 0.63 | 0 | 0.90 | 0.00 | 102.11 | 0.99 | 0.55 |
| Hex | 5E | FE | 1A | 3F | 0 | 5A | 0 | 66 | 63 | 37 |
| Octal | 136 | 376 | 32 | 77 | 0 | 132 | 0 | 146 | 143 | 67 |
| Binary | 1011110 | 11111110 | 11010 | 111111 | 0 | 1011010 | 0 | 1100110 | 1100011 | 110111 |
Color Harmonies of #5EFE1A
Complementary color
Monochromatic Colors of #5EFE1A
Black with #5EFE1A
Text Example
Text Example
White with #5EFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE1A; }
p { color: rgb(94,254,26); }
H1.HeaderClassName
{
color: #5EFE1A;
}
.AnyTagClassName
{
color: #5EFE1A;
}
</style>
background-color css
<style>
a { background-color: #5EFE1A; }
a { background-color: rgb(94,254,26); }
div.DivClassName
{
background-color: #5EFE1A;
}
.BgClassName
{
background-color: #5EFE1A;
}
</style>
border-color css
<style>
span { border-color: #5EFE1A; }
span { border-color: rgb(94,254,26); }
td.TdClassName
{
border-color: #5EFE1A;
}
.TagClassName
{
border-color: #5EFE1A;
}
</style>