Shades of Bright Green #5CF202
Tints of Bright Green #5CF202
RGB
CMYK
RGB Variations
Color information
#5CF202 (or 0x5CF202) is known color: Bright Green. HEX triplet: 5C, F2 and 02. RGB value is (92,242,2). Sum of RGB (Red+Green+Blue) = 92+242+2=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF202 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF202 is #A30DFD. Grayscale: #AAAAAA. Windows color (decimal): -10685950 or 193116. OLE color: 193116.
HSL color Cylindrical-coordinate representation of color #5CF202: hue angle of 97.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CF202 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.05 |
| HSL | 97.5º | 0.98% | 0.48% | - |
| HSV(B) | 97.5º | 0.99% | 0.95% | - |
| XYZ | 36.18 | 65.78 | 10.85 | - |
| YUV | 169.79 | 33.31 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 2 | 0.62 | 0 | 0.99 | 0.05 | 97.5 | 0.98 | 0.48 |
| Hex | 5C | F2 | 2 | 3E | 0 | 63 | 5 | 62 | 62 | 30 |
| Octal | 134 | 362 | 2 | 76 | 0 | 143 | 5 | 142 | 142 | 60 |
| Binary | 1011100 | 11110010 | 10 | 111110 | 0 | 1100011 | 101 | 1100010 | 1100010 | 110000 |
Color Harmonies of #5CF202
Complementary color
Monochromatic Colors of #5CF202
Black with #5CF202
Text Example
Text Example
White with #5CF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF202; }
p { color: rgb(92,242,2); }
H1.HeaderClassName
{
color: #5CF202;
}
.AnyTagClassName
{
color: #5CF202;
}
</style>
background-color css
<style>
a { background-color: #5CF202; }
a { background-color: rgb(92,242,2); }
div.DivClassName
{
background-color: #5CF202;
}
.BgClassName
{
background-color: #5CF202;
}
</style>
border-color css
<style>
span { border-color: #5CF202; }
span { border-color: rgb(92,242,2); }
td.TdClassName
{
border-color: #5CF202;
}
.TagClassName
{
border-color: #5CF202;
}
</style>