Shades of Bright Green #5EFC2C
Tints of Bright Green #5EFC2C
RGB
CMYK
RGB Variations
Color information
#5EFC2C (or 0x5EFC2C) is known color: Bright Green. HEX triplet: 5E, FC and 2C. RGB value is (94,252,44). Sum of RGB (Red+Green+Blue) = 94+252+44=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 252 (98.83% from 255 or 64.62% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFC2C is #A103D3. Grayscale: #B5B5B5. Windows color (decimal): -10552276 or 2948190. OLE color: 2948190.
HSL color Cylindrical-coordinate representation of color #5EFC2C: hue angle of 105.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EFC2C is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 44 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.01 |
| HSL | 105.58º | 0.97% | 0.58% | - |
| HSV(B) | 105.58º | 0.83% | 0.99% | - |
| XYZ | 39.88 | 72.18 | 14.21 | - |
| YUV | 181.05 | 50.65 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 44 | 0.63 | 0 | 0.83 | 0.01 | 105.58 | 0.97 | 0.58 |
| Hex | 5E | FC | 2C | 3F | 0 | 53 | 1 | 6A | 61 | 3A |
| Octal | 136 | 374 | 54 | 77 | 0 | 123 | 1 | 152 | 141 | 72 |
| Binary | 1011110 | 11111100 | 101100 | 111111 | 0 | 1010011 | 1 | 1101010 | 1100001 | 111010 |
Color Harmonies of #5EFC2C
Complementary color
Monochromatic Colors of #5EFC2C
Black with #5EFC2C
Text Example
Text Example
White with #5EFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC2C; }
p { color: rgb(94,252,44); }
H1.HeaderClassName
{
color: #5EFC2C;
}
.AnyTagClassName
{
color: #5EFC2C;
}
</style>
background-color css
<style>
a { background-color: #5EFC2C; }
a { background-color: rgb(94,252,44); }
div.DivClassName
{
background-color: #5EFC2C;
}
.BgClassName
{
background-color: #5EFC2C;
}
</style>
border-color css
<style>
span { border-color: #5EFC2C; }
span { border-color: rgb(94,252,44); }
td.TdClassName
{
border-color: #5EFC2C;
}
.TagClassName
{
border-color: #5EFC2C;
}
</style>