Shades of Bright Green #5FEF2E
Tints of Bright Green #5FEF2E
RGB
CMYK
RGB Variations
Color information
#5FEF2E (or 0x5FEF2E) is known color: Bright Green. HEX triplet: 5F, EF and 2E. RGB value is (95,239,46). Sum of RGB (Red+Green+Blue) = 95+239+46=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 239 (93.75% from 255 or 62.89% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEF2E is #A010D1. Grayscale: #AEAEAE. Windows color (decimal): -10490066 or 3075935. OLE color: 3075935.
HSL color Cylindrical-coordinate representation of color #5FEF2E: hue angle of 104.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FEF2E is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 46 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.06 |
| HSL | 104.77º | 0.86% | 0.56% | - |
| HSV(B) | 104.77º | 0.81% | 0.94% | - |
| XYZ | 36.08 | 64.36 | 13.11 | - |
| YUV | 173.94 | 55.79 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 46 | 0.60 | 0 | 0.81 | 0.06 | 104.77 | 0.86 | 0.56 |
| Hex | 5F | EF | 2E | 3C | 0 | 51 | 6 | 69 | 56 | 38 |
| Octal | 137 | 357 | 56 | 74 | 0 | 121 | 6 | 151 | 126 | 70 |
| Binary | 1011111 | 11101111 | 101110 | 111100 | 0 | 1010001 | 110 | 1101001 | 1010110 | 111000 |
Color Harmonies of #5FEF2E
Complementary color
Monochromatic Colors of #5FEF2E
Black with #5FEF2E
Text Example
Text Example
White with #5FEF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF2E; }
p { color: rgb(95,239,46); }
H1.HeaderClassName
{
color: #5FEF2E;
}
.AnyTagClassName
{
color: #5FEF2E;
}
</style>
background-color css
<style>
a { background-color: #5FEF2E; }
a { background-color: rgb(95,239,46); }
div.DivClassName
{
background-color: #5FEF2E;
}
.BgClassName
{
background-color: #5FEF2E;
}
</style>
border-color css
<style>
span { border-color: #5FEF2E; }
span { border-color: rgb(95,239,46); }
td.TdClassName
{
border-color: #5FEF2E;
}
.TagClassName
{
border-color: #5FEF2E;
}
</style>