Shades of Bright Green #5FFF2E
Tints of Bright Green #5FFF2E
RGB
CMYK
RGB Variations
Color information
#5FFF2E (or 0x5FFF2E) is known color: Bright Green. HEX triplet: 5F, FF and 2E. RGB value is (95,255,46). Sum of RGB (Red+Green+Blue) = 95+255+46=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFF2E is #A000D1. Grayscale: #B8B8B8. Windows color (decimal): -10485970 or 3080031. OLE color: 3080031.
HSL color Cylindrical-coordinate representation of color #5FFF2E: hue angle of 105.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FFF2E is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 46 | - |
| CMYK | 0.63 | 0 | 0.82 | 0 |
| HSL | 105.93º | 1% | 0.59% | - |
| HSV(B) | 105.93º | 0.82% | 1% | - |
| XYZ | 40.97 | 74.15 | 14.74 | - |
| YUV | 183.33 | 50.49 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 46 | 0.63 | 0 | 0.82 | 0 | 105.93 | 1 | 0.59 |
| Hex | 5F | FF | 2E | 3F | 0 | 52 | 0 | 6A | 64 | 3B |
| Octal | 137 | 377 | 56 | 77 | 0 | 122 | 0 | 152 | 144 | 73 |
| Binary | 1011111 | 11111111 | 101110 | 111111 | 0 | 1010010 | 0 | 1101010 | 1100100 | 111011 |
Color Harmonies of #5FFF2E
Complementary color
Monochromatic Colors of #5FFF2E
Black with #5FFF2E
Text Example
Text Example
White with #5FFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF2E; }
p { color: rgb(95,255,46); }
H1.HeaderClassName
{
color: #5FFF2E;
}
.AnyTagClassName
{
color: #5FFF2E;
}
</style>
background-color css
<style>
a { background-color: #5FFF2E; }
a { background-color: rgb(95,255,46); }
div.DivClassName
{
background-color: #5FFF2E;
}
.BgClassName
{
background-color: #5FFF2E;
}
</style>
border-color css
<style>
span { border-color: #5FFF2E; }
span { border-color: rgb(95,255,46); }
td.TdClassName
{
border-color: #5FFF2E;
}
.TagClassName
{
border-color: #5FFF2E;
}
</style>