Shades of Bright Green #5FEA2E
Tints of Bright Green #5FEA2E
RGB
CMYK
RGB Variations
Color information
#5FEA2E (or 0x5FEA2E) is known color: Bright Green. HEX triplet: 5F, EA and 2E. RGB value is (95,234,46). Sum of RGB (Red+Green+Blue) = 95+234+46=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA2E is #A015D1. Grayscale: #ABABAB. Windows color (decimal): -10491346 or 3074655. OLE color: 3074655.
HSL color Cylindrical-coordinate representation of color #5FEA2E: hue angle of 104.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FEA2E is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 46 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.08 |
| HSL | 104.36º | 0.82% | 0.55% | - |
| HSV(B) | 104.36º | 0.8% | 0.92% | - |
| XYZ | 34.64 | 61.48 | 12.63 | - |
| YUV | 171.01 | 57.45 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 46 | 0.59 | 0 | 0.80 | 0.08 | 104.36 | 0.82 | 0.55 |
| Hex | 5F | EA | 2E | 3B | 0 | 50 | 8 | 68 | 52 | 37 |
| Octal | 137 | 352 | 56 | 73 | 0 | 120 | 10 | 150 | 122 | 67 |
| Binary | 1011111 | 11101010 | 101110 | 111011 | 0 | 1010000 | 1000 | 1101000 | 1010010 | 110111 |
Color Harmonies of #5FEA2E
Complementary color
Monochromatic Colors of #5FEA2E
Black with #5FEA2E
Text Example
Text Example
White with #5FEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA2E; }
p { color: rgb(95,234,46); }
H1.HeaderClassName
{
color: #5FEA2E;
}
.AnyTagClassName
{
color: #5FEA2E;
}
</style>
background-color css
<style>
a { background-color: #5FEA2E; }
a { background-color: rgb(95,234,46); }
div.DivClassName
{
background-color: #5FEA2E;
}
.BgClassName
{
background-color: #5FEA2E;
}
</style>
border-color css
<style>
span { border-color: #5FEA2E; }
span { border-color: rgb(95,234,46); }
td.TdClassName
{
border-color: #5FEA2E;
}
.TagClassName
{
border-color: #5FEA2E;
}
</style>