Shades of Bright Green #5EFA2B
Tints of Bright Green #5EFA2B
RGB
CMYK
RGB Variations
Color information
#5EFA2B (or 0x5EFA2B) is known color: Bright Green. HEX triplet: 5E, FA and 2B. RGB value is (94,250,43). Sum of RGB (Red+Green+Blue) = 94+250+43=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA2B is #A105D4. Grayscale: #B4B4B4. Windows color (decimal): -10552789 or 2882142. OLE color: 2882142.
HSL color Cylindrical-coordinate representation of color #5EFA2B: hue angle of 105.22º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EFA2B is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 43 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.02 |
| HSL | 105.22º | 0.95% | 0.57% | - |
| HSV(B) | 105.22º | 0.83% | 0.98% | - |
| XYZ | 39.24 | 70.93 | 13.91 | - |
| YUV | 179.76 | 50.82 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 43 | 0.62 | 0 | 0.83 | 0.02 | 105.22 | 0.95 | 0.57 |
| Hex | 5E | FA | 2B | 3E | 0 | 53 | 2 | 69 | 5F | 39 |
| Octal | 136 | 372 | 53 | 76 | 0 | 123 | 2 | 151 | 137 | 71 |
| Binary | 1011110 | 11111010 | 101011 | 111110 | 0 | 1010011 | 10 | 1101001 | 1011111 | 111001 |
Color Harmonies of #5EFA2B
Complementary color
Monochromatic Colors of #5EFA2B
Black with #5EFA2B
Text Example
Text Example
White with #5EFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA2B; }
p { color: rgb(94,250,43); }
H1.HeaderClassName
{
color: #5EFA2B;
}
.AnyTagClassName
{
color: #5EFA2B;
}
</style>
background-color css
<style>
a { background-color: #5EFA2B; }
a { background-color: rgb(94,250,43); }
div.DivClassName
{
background-color: #5EFA2B;
}
.BgClassName
{
background-color: #5EFA2B;
}
</style>
border-color css
<style>
span { border-color: #5EFA2B; }
span { border-color: rgb(94,250,43); }
td.TdClassName
{
border-color: #5EFA2B;
}
.TagClassName
{
border-color: #5EFA2B;
}
</style>