Shades of Bright Green #5FEC2B
Tints of Bright Green #5FEC2B
RGB
CMYK
RGB Variations
Color information
#5FEC2B (or 0x5FEC2B) is known color: Bright Green. HEX triplet: 5F, EC and 2B. RGB value is (95,236,43). Sum of RGB (Red+Green+Blue) = 95+236+43=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEC2B is #A013D4. Grayscale: #ACACAC. Windows color (decimal): -10490837 or 2878559. OLE color: 2878559.
HSL color Cylindrical-coordinate representation of color #5FEC2B: hue angle of 103.83º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FEC2B is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 43 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.07 |
| HSL | 103.83º | 0.84% | 0.55% | - |
| HSV(B) | 103.83º | 0.82% | 0.93% | - |
| XYZ | 35.15 | 62.6 | 12.52 | - |
| YUV | 171.84 | 55.29 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 43 | 0.60 | 0 | 0.82 | 0.07 | 103.83 | 0.84 | 0.55 |
| Hex | 5F | EC | 2B | 3C | 0 | 52 | 7 | 68 | 54 | 37 |
| Octal | 137 | 354 | 53 | 74 | 0 | 122 | 7 | 150 | 124 | 67 |
| Binary | 1011111 | 11101100 | 101011 | 111100 | 0 | 1010010 | 111 | 1101000 | 1010100 | 110111 |
Color Harmonies of #5FEC2B
Complementary color
Monochromatic Colors of #5FEC2B
Black with #5FEC2B
Text Example
Text Example
White with #5FEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC2B; }
p { color: rgb(95,236,43); }
H1.HeaderClassName
{
color: #5FEC2B;
}
.AnyTagClassName
{
color: #5FEC2B;
}
</style>
background-color css
<style>
a { background-color: #5FEC2B; }
a { background-color: rgb(95,236,43); }
div.DivClassName
{
background-color: #5FEC2B;
}
.BgClassName
{
background-color: #5FEC2B;
}
</style>
border-color css
<style>
span { border-color: #5FEC2B; }
span { border-color: rgb(95,236,43); }
td.TdClassName
{
border-color: #5FEC2B;
}
.TagClassName
{
border-color: #5FEC2B;
}
</style>