Shades of Bright Green #5FEB2A
Tints of Bright Green #5FEB2A
RGB
CMYK
RGB Variations
Color information
#5FEB2A (or 0x5FEB2A) is known color: Bright Green. HEX triplet: 5F, EB and 2A. RGB value is (95,235,42). Sum of RGB (Red+Green+Blue) = 95+235+42=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 235 (92.19% from 255 or 63.17% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEB2A is #A014D5. Grayscale: #ABABAB. Windows color (decimal): -10491094 or 2812767. OLE color: 2812767.
HSL color Cylindrical-coordinate representation of color #5FEB2A: hue angle of 103.52º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FEB2A is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 42 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.08 |
| HSL | 103.52º | 0.83% | 0.54% | - |
| HSV(B) | 103.52º | 0.82% | 0.92% | - |
| XYZ | 34.85 | 62.02 | 12.32 | - |
| YUV | 171.14 | 55.12 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 42 | 0.60 | 0 | 0.82 | 0.08 | 103.52 | 0.83 | 0.54 |
| Hex | 5F | EB | 2A | 3C | 0 | 52 | 8 | 68 | 53 | 36 |
| Octal | 137 | 353 | 52 | 74 | 0 | 122 | 10 | 150 | 123 | 66 |
| Binary | 1011111 | 11101011 | 101010 | 111100 | 0 | 1010010 | 1000 | 1101000 | 1010011 | 110110 |
Color Harmonies of #5FEB2A
Complementary color
Monochromatic Colors of #5FEB2A
Black with #5FEB2A
Text Example
Text Example
White with #5FEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEB2A; }
p { color: rgb(95,235,42); }
H1.HeaderClassName
{
color: #5FEB2A;
}
.AnyTagClassName
{
color: #5FEB2A;
}
</style>
background-color css
<style>
a { background-color: #5FEB2A; }
a { background-color: rgb(95,235,42); }
div.DivClassName
{
background-color: #5FEB2A;
}
.BgClassName
{
background-color: #5FEB2A;
}
</style>
border-color css
<style>
span { border-color: #5FEB2A; }
span { border-color: rgb(95,235,42); }
td.TdClassName
{
border-color: #5FEB2A;
}
.TagClassName
{
border-color: #5FEB2A;
}
</style>