Shades of Bright Green #5EFA2F
Tints of Bright Green #5EFA2F
RGB
CMYK
RGB Variations
Color information
#5EFA2F (or 0x5EFA2F) is known color: Bright Green. HEX triplet: 5E, FA and 2F. RGB value is (94,250,47). Sum of RGB (Red+Green+Blue) = 94+250+47=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA2F is #A105D0. Grayscale: #B4B4B4. Windows color (decimal): -10552785 or 3144286. OLE color: 3144286.
HSL color Cylindrical-coordinate representation of color #5EFA2F: hue angle of 106.11º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5EFA2F is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 47 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.02 |
| HSL | 106.11º | 0.95% | 0.58% | - |
| HSV(B) | 106.11º | 0.81% | 0.98% | - |
| XYZ | 39.31 | 70.96 | 14.31 | - |
| YUV | 180.21 | 52.82 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 47 | 0.62 | 0 | 0.81 | 0.02 | 106.11 | 0.95 | 0.58 |
| Hex | 5E | FA | 2F | 3E | 0 | 51 | 2 | 6A | 5F | 3A |
| Octal | 136 | 372 | 57 | 76 | 0 | 121 | 2 | 152 | 137 | 72 |
| Binary | 1011110 | 11111010 | 101111 | 111110 | 0 | 1010001 | 10 | 1101010 | 1011111 | 111010 |
Color Harmonies of #5EFA2F
Complementary color
Monochromatic Colors of #5EFA2F
Black with #5EFA2F
Text Example
Text Example
White with #5EFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA2F; }
p { color: rgb(94,250,47); }
H1.HeaderClassName
{
color: #5EFA2F;
}
.AnyTagClassName
{
color: #5EFA2F;
}
</style>
background-color css
<style>
a { background-color: #5EFA2F; }
a { background-color: rgb(94,250,47); }
div.DivClassName
{
background-color: #5EFA2F;
}
.BgClassName
{
background-color: #5EFA2F;
}
</style>
border-color css
<style>
span { border-color: #5EFA2F; }
span { border-color: rgb(94,250,47); }
td.TdClassName
{
border-color: #5EFA2F;
}
.TagClassName
{
border-color: #5EFA2F;
}
</style>