Shades of Bright Green #5EFA28
Tints of Bright Green #5EFA28
RGB
CMYK
RGB Variations
Color information
#5EFA28 (or 0x5EFA28) is known color: Bright Green. HEX triplet: 5E, FA and 28. RGB value is (94,250,40). Sum of RGB (Red+Green+Blue) = 94+250+40=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA28 is #A105D7. Grayscale: #B4B4B4. Windows color (decimal): -10552792 or 2685534. OLE color: 2685534.
HSL color Cylindrical-coordinate representation of color #5EFA28: hue angle of 104.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EFA28 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 40 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.02 |
| HSL | 104.57º | 0.95% | 0.57% | - |
| HSV(B) | 104.57º | 0.84% | 0.98% | - |
| XYZ | 39.18 | 70.9 | 13.63 | - |
| YUV | 179.42 | 49.32 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 40 | 0.62 | 0 | 0.84 | 0.02 | 104.57 | 0.95 | 0.57 |
| Hex | 5E | FA | 28 | 3E | 0 | 54 | 2 | 69 | 5F | 39 |
| Octal | 136 | 372 | 50 | 76 | 0 | 124 | 2 | 151 | 137 | 71 |
| Binary | 1011110 | 11111010 | 101000 | 111110 | 0 | 1010100 | 10 | 1101001 | 1011111 | 111001 |
Color Harmonies of #5EFA28
Complementary color
Monochromatic Colors of #5EFA28
Black with #5EFA28
Text Example
Text Example
White with #5EFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA28; }
p { color: rgb(94,250,40); }
H1.HeaderClassName
{
color: #5EFA28;
}
.AnyTagClassName
{
color: #5EFA28;
}
</style>
background-color css
<style>
a { background-color: #5EFA28; }
a { background-color: rgb(94,250,40); }
div.DivClassName
{
background-color: #5EFA28;
}
.BgClassName
{
background-color: #5EFA28;
}
</style>
border-color css
<style>
span { border-color: #5EFA28; }
span { border-color: rgb(94,250,40); }
td.TdClassName
{
border-color: #5EFA28;
}
.TagClassName
{
border-color: #5EFA28;
}
</style>