Shades of Bright Green #5FEA2A
Tints of Bright Green #5FEA2A
RGB
CMYK
RGB Variations
Color information
#5FEA2A (or 0x5FEA2A) is known color: Bright Green. HEX triplet: 5F, EA and 2A. RGB value is (95,234,42). Sum of RGB (Red+Green+Blue) = 95+234+42=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA2A is #A015D5. Grayscale: #ABABAB. Windows color (decimal): -10491350 or 2812511. OLE color: 2812511.
HSL color Cylindrical-coordinate representation of color #5FEA2A: hue angle of 103.44º degrees, saturation: 0.82, 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 #5FEA2A is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 42 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.08 |
| HSL | 103.44º | 0.82% | 0.54% | - |
| HSV(B) | 103.44º | 0.82% | 0.92% | - |
| XYZ | 34.56 | 61.45 | 12.23 | - |
| YUV | 170.55 | 55.45 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 42 | 0.59 | 0 | 0.82 | 0.08 | 103.44 | 0.82 | 0.54 |
| Hex | 5F | EA | 2A | 3B | 0 | 52 | 8 | 67 | 52 | 36 |
| Octal | 137 | 352 | 52 | 73 | 0 | 122 | 10 | 147 | 122 | 66 |
| Binary | 1011111 | 11101010 | 101010 | 111011 | 0 | 1010010 | 1000 | 1100111 | 1010010 | 110110 |
Color Harmonies of #5FEA2A
Complementary color
Monochromatic Colors of #5FEA2A
Black with #5FEA2A
Text Example
Text Example
White with #5FEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA2A; }
p { color: rgb(95,234,42); }
H1.HeaderClassName
{
color: #5FEA2A;
}
.AnyTagClassName
{
color: #5FEA2A;
}
</style>
background-color css
<style>
a { background-color: #5FEA2A; }
a { background-color: rgb(95,234,42); }
div.DivClassName
{
background-color: #5FEA2A;
}
.BgClassName
{
background-color: #5FEA2A;
}
</style>
border-color css
<style>
span { border-color: #5FEA2A; }
span { border-color: rgb(95,234,42); }
td.TdClassName
{
border-color: #5FEA2A;
}
.TagClassName
{
border-color: #5FEA2A;
}
</style>