Shades of Bright Green #5EFF1C
Tints of Bright Green #5EFF1C
RGB
CMYK
RGB Variations
Color information
#5EFF1C (or 0x5EFF1C) is known color: Bright Green. HEX triplet: 5E, FF and 1C. RGB value is (94,255,28). Sum of RGB (Red+Green+Blue) = 94+255+28=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFF1C is #A100E3. Grayscale: #B5B5B5. Windows color (decimal): -10551524 or 1900382. OLE color: 1900382.
HSL color Cylindrical-coordinate representation of color #5EFF1C: hue angle of 102.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EFF1C is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 28 | - |
| CMYK | 0.63 | 0 | 0.89 | 0 |
| HSL | 102.56º | 1% | 0.55% | - |
| HSV(B) | 102.56º | 0.89% | 1% | - |
| XYZ | 40.59 | 73.98 | 13.24 | - |
| YUV | 180.98 | 41.66 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 28 | 0.63 | 0 | 0.89 | 0 | 102.56 | 1 | 0.55 |
| Hex | 5E | FF | 1C | 3F | 0 | 59 | 0 | 67 | 64 | 37 |
| Octal | 136 | 377 | 34 | 77 | 0 | 131 | 0 | 147 | 144 | 67 |
| Binary | 1011110 | 11111111 | 11100 | 111111 | 0 | 1011001 | 0 | 1100111 | 1100100 | 110111 |
Color Harmonies of #5EFF1C
Complementary color
Monochromatic Colors of #5EFF1C
Black with #5EFF1C
Text Example
Text Example
White with #5EFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF1C; }
p { color: rgb(94,255,28); }
H1.HeaderClassName
{
color: #5EFF1C;
}
.AnyTagClassName
{
color: #5EFF1C;
}
</style>
background-color css
<style>
a { background-color: #5EFF1C; }
a { background-color: rgb(94,255,28); }
div.DivClassName
{
background-color: #5EFF1C;
}
.BgClassName
{
background-color: #5EFF1C;
}
</style>
border-color css
<style>
span { border-color: #5EFF1C; }
span { border-color: rgb(94,255,28); }
td.TdClassName
{
border-color: #5EFF1C;
}
.TagClassName
{
border-color: #5EFF1C;
}
</style>