Shades of Bright Green #5CF01E
Tints of Bright Green #5CF01E
RGB
CMYK
RGB Variations
Color information
#5CF01E (or 0x5CF01E) is known color: Bright Green. HEX triplet: 5C, F0 and 1E. RGB value is (92,240,30). Sum of RGB (Red+Green+Blue) = 92+240+30=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF01E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF01E is #A30FE1. Grayscale: #ACACAC. Windows color (decimal): -10686434 or 2027612. OLE color: 2027612.
HSL color Cylindrical-coordinate representation of color #5CF01E: hue angle of 102.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5CF01E is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 30 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.06 |
| HSL | 102.29º | 0.88% | 0.53% | - |
| HSV(B) | 102.29º | 0.88% | 0.94% | - |
| XYZ | 35.81 | 64.69 | 11.83 | - |
| YUV | 171.81 | 47.97 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 30 | 0.62 | 0 | 0.87 | 0.06 | 102.29 | 0.88 | 0.53 |
| Hex | 5C | F0 | 1E | 3E | 0 | 57 | 6 | 66 | 58 | 35 |
| Octal | 134 | 360 | 36 | 76 | 0 | 127 | 6 | 146 | 130 | 65 |
| Binary | 1011100 | 11110000 | 11110 | 111110 | 0 | 1010111 | 110 | 1100110 | 1011000 | 110101 |
Color Harmonies of #5CF01E
Complementary color
Monochromatic Colors of #5CF01E
Black with #5CF01E
Text Example
Text Example
White with #5CF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF01E; }
p { color: rgb(92,240,30); }
H1.HeaderClassName
{
color: #5CF01E;
}
.AnyTagClassName
{
color: #5CF01E;
}
</style>
background-color css
<style>
a { background-color: #5CF01E; }
a { background-color: rgb(92,240,30); }
div.DivClassName
{
background-color: #5CF01E;
}
.BgClassName
{
background-color: #5CF01E;
}
</style>
border-color css
<style>
span { border-color: #5CF01E; }
span { border-color: rgb(92,240,30); }
td.TdClassName
{
border-color: #5CF01E;
}
.TagClassName
{
border-color: #5CF01E;
}
</style>