Shades of Bright Green #5EFC25
Tints of Bright Green #5EFC25
RGB
CMYK
RGB Variations
Color information
#5EFC25 (or 0x5EFC25) is known color: Bright Green. HEX triplet: 5E, FC and 25. RGB value is (94,252,37). Sum of RGB (Red+Green+Blue) = 94+252+37=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 252 (98.83% from 255 or 65.80% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFC25 is #A103DA. Grayscale: #B4B4B4. Windows color (decimal): -10552283 or 2489438. OLE color: 2489438.
HSL color Cylindrical-coordinate representation of color #5EFC25: hue angle of 104.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EFC25 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 37 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.01 |
| HSL | 104.09º | 0.97% | 0.57% | - |
| HSV(B) | 104.09º | 0.85% | 0.99% | - |
| XYZ | 39.76 | 72.13 | 13.58 | - |
| YUV | 180.25 | 47.15 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 37 | 0.63 | 0 | 0.85 | 0.01 | 104.09 | 0.97 | 0.57 |
| Hex | 5E | FC | 25 | 3F | 0 | 55 | 1 | 68 | 61 | 39 |
| Octal | 136 | 374 | 45 | 77 | 0 | 125 | 1 | 150 | 141 | 71 |
| Binary | 1011110 | 11111100 | 100101 | 111111 | 0 | 1010101 | 1 | 1101000 | 1100001 | 111001 |
Color Harmonies of #5EFC25
Complementary color
Monochromatic Colors of #5EFC25
Black with #5EFC25
Text Example
Text Example
White with #5EFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC25; }
p { color: rgb(94,252,37); }
H1.HeaderClassName
{
color: #5EFC25;
}
.AnyTagClassName
{
color: #5EFC25;
}
</style>
background-color css
<style>
a { background-color: #5EFC25; }
a { background-color: rgb(94,252,37); }
div.DivClassName
{
background-color: #5EFC25;
}
.BgClassName
{
background-color: #5EFC25;
}
</style>
border-color css
<style>
span { border-color: #5EFC25; }
span { border-color: rgb(94,252,37); }
td.TdClassName
{
border-color: #5EFC25;
}
.TagClassName
{
border-color: #5EFC25;
}
</style>