Shades of Bright Green #5CF52E
Tints of Bright Green #5CF52E
RGB
CMYK
RGB Variations
Color information
#5CF52E (or 0x5CF52E) is known color: Bright Green. HEX triplet: 5C, F5 and 2E. RGB value is (92,245,46). Sum of RGB (Red+Green+Blue) = 92+245+46=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF52E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF52E is #A30AD1. Grayscale: #B1B1B1. Windows color (decimal): -10685138 or 3077468. OLE color: 3077468.
HSL color Cylindrical-coordinate representation of color #5CF52E: hue angle of 106.13º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CF52E is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 46 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.04 |
| HSL | 106.13º | 0.91% | 0.57% | - |
| HSV(B) | 106.13º | 0.81% | 0.96% | - |
| XYZ | 37.56 | 67.78 | 13.69 | - |
| YUV | 176.57 | 54.31 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 46 | 0.62 | 0 | 0.81 | 0.04 | 106.13 | 0.91 | 0.57 |
| Hex | 5C | F5 | 2E | 3E | 0 | 51 | 4 | 6A | 5B | 39 |
| Octal | 134 | 365 | 56 | 76 | 0 | 121 | 4 | 152 | 133 | 71 |
| Binary | 1011100 | 11110101 | 101110 | 111110 | 0 | 1010001 | 100 | 1101010 | 1011011 | 111001 |
Color Harmonies of #5CF52E
Complementary color
Monochromatic Colors of #5CF52E
Black with #5CF52E
Text Example
Text Example
White with #5CF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF52E; }
p { color: rgb(92,245,46); }
H1.HeaderClassName
{
color: #5CF52E;
}
.AnyTagClassName
{
color: #5CF52E;
}
</style>
background-color css
<style>
a { background-color: #5CF52E; }
a { background-color: rgb(92,245,46); }
div.DivClassName
{
background-color: #5CF52E;
}
.BgClassName
{
background-color: #5CF52E;
}
</style>
border-color css
<style>
span { border-color: #5CF52E; }
span { border-color: rgb(92,245,46); }
td.TdClassName
{
border-color: #5CF52E;
}
.TagClassName
{
border-color: #5CF52E;
}
</style>