Shades of Bright Green #5EFA2D
Tints of Bright Green #5EFA2D
RGB
CMYK
RGB Variations
Color information
#5EFA2D (or 0x5EFA2D) is known color: Bright Green. HEX triplet: 5E, FA and 2D. RGB value is (94,250,45). Sum of RGB (Red+Green+Blue) = 94+250+45=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA2D is #A105D2. Grayscale: #B4B4B4. Windows color (decimal): -10552787 or 3013214. OLE color: 3013214.
HSL color Cylindrical-coordinate representation of color #5EFA2D: hue angle of 105.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5EFA2D is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 45 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.02 |
| HSL | 105.66º | 0.95% | 0.58% | - |
| HSV(B) | 105.66º | 0.82% | 0.98% | - |
| XYZ | 39.28 | 70.94 | 14.11 | - |
| YUV | 179.99 | 51.82 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 45 | 0.62 | 0 | 0.82 | 0.02 | 105.66 | 0.95 | 0.58 |
| Hex | 5E | FA | 2D | 3E | 0 | 52 | 2 | 6A | 5F | 3A |
| Octal | 136 | 372 | 55 | 76 | 0 | 122 | 2 | 152 | 137 | 72 |
| Binary | 1011110 | 11111010 | 101101 | 111110 | 0 | 1010010 | 10 | 1101010 | 1011111 | 111010 |
Color Harmonies of #5EFA2D
Complementary color
Monochromatic Colors of #5EFA2D
Black with #5EFA2D
Text Example
Text Example
White with #5EFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA2D; }
p { color: rgb(94,250,45); }
H1.HeaderClassName
{
color: #5EFA2D;
}
.AnyTagClassName
{
color: #5EFA2D;
}
</style>
background-color css
<style>
a { background-color: #5EFA2D; }
a { background-color: rgb(94,250,45); }
div.DivClassName
{
background-color: #5EFA2D;
}
.BgClassName
{
background-color: #5EFA2D;
}
</style>
border-color css
<style>
span { border-color: #5EFA2D; }
span { border-color: rgb(94,250,45); }
td.TdClassName
{
border-color: #5EFA2D;
}
.TagClassName
{
border-color: #5EFA2D;
}
</style>