Shades of Bright Green #5EFA25
Tints of Bright Green #5EFA25
RGB
CMYK
RGB Variations
Color information
#5EFA25 (or 0x5EFA25) is known color: Bright Green. HEX triplet: 5E, FA and 25. RGB value is (94,250,37). Sum of RGB (Red+Green+Blue) = 94+250+37=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA25 is #A105DA. Grayscale: #B3B3B3. Windows color (decimal): -10552795 or 2488926. OLE color: 2488926.
HSL color Cylindrical-coordinate representation of color #5EFA25: hue angle of 103.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EFA25 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 37 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.02 |
| HSL | 103.94º | 0.96% | 0.56% | - |
| HSV(B) | 103.94º | 0.85% | 0.98% | - |
| XYZ | 39.14 | 70.88 | 13.37 | - |
| YUV | 179.07 | 47.82 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 37 | 0.62 | 0 | 0.85 | 0.02 | 103.94 | 0.96 | 0.56 |
| Hex | 5E | FA | 25 | 3E | 0 | 55 | 2 | 68 | 60 | 38 |
| Octal | 136 | 372 | 45 | 76 | 0 | 125 | 2 | 150 | 140 | 70 |
| Binary | 1011110 | 11111010 | 100101 | 111110 | 0 | 1010101 | 10 | 1101000 | 1100000 | 111000 |
Color Harmonies of #5EFA25
Complementary color
Monochromatic Colors of #5EFA25
Black with #5EFA25
Text Example
Text Example
White with #5EFA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA25; }
p { color: rgb(94,250,37); }
H1.HeaderClassName
{
color: #5EFA25;
}
.AnyTagClassName
{
color: #5EFA25;
}
</style>
background-color css
<style>
a { background-color: #5EFA25; }
a { background-color: rgb(94,250,37); }
div.DivClassName
{
background-color: #5EFA25;
}
.BgClassName
{
background-color: #5EFA25;
}
</style>
border-color css
<style>
span { border-color: #5EFA25; }
span { border-color: rgb(94,250,37); }
td.TdClassName
{
border-color: #5EFA25;
}
.TagClassName
{
border-color: #5EFA25;
}
</style>