Shades of Bright Green #5EFA29
Tints of Bright Green #5EFA29
RGB
CMYK
RGB Variations
Color information
#5EFA29 (or 0x5EFA29) is known color: Bright Green. HEX triplet: 5E, FA and 29. RGB value is (94,250,41). Sum of RGB (Red+Green+Blue) = 94+250+41=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA29 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA29 is #A105D6. Grayscale: #B4B4B4. Windows color (decimal): -10552791 or 2751070. OLE color: 2751070.
HSL color Cylindrical-coordinate representation of color #5EFA29: hue angle of 104.78º 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 #5EFA29 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 41 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.02 |
| HSL | 104.78º | 0.95% | 0.57% | - |
| HSV(B) | 104.78º | 0.84% | 0.98% | - |
| XYZ | 39.2 | 70.91 | 13.72 | - |
| YUV | 179.53 | 49.82 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 41 | 0.62 | 0 | 0.84 | 0.02 | 104.78 | 0.95 | 0.57 |
| Hex | 5E | FA | 29 | 3E | 0 | 54 | 2 | 69 | 5F | 39 |
| Octal | 136 | 372 | 51 | 76 | 0 | 124 | 2 | 151 | 137 | 71 |
| Binary | 1011110 | 11111010 | 101001 | 111110 | 0 | 1010100 | 10 | 1101001 | 1011111 | 111001 |
Color Harmonies of #5EFA29
Complementary color
Monochromatic Colors of #5EFA29
Black with #5EFA29
Text Example
Text Example
White with #5EFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA29; }
p { color: rgb(94,250,41); }
H1.HeaderClassName
{
color: #5EFA29;
}
.AnyTagClassName
{
color: #5EFA29;
}
</style>
background-color css
<style>
a { background-color: #5EFA29; }
a { background-color: rgb(94,250,41); }
div.DivClassName
{
background-color: #5EFA29;
}
.BgClassName
{
background-color: #5EFA29;
}
</style>
border-color css
<style>
span { border-color: #5EFA29; }
span { border-color: rgb(94,250,41); }
td.TdClassName
{
border-color: #5EFA29;
}
.TagClassName
{
border-color: #5EFA29;
}
</style>