Shades of Bright Green #5CE302
Tints of Bright Green #5CE302
RGB
CMYK
RGB Variations
Color information
#5CE302 (or 0x5CE302) is known color: Bright Green. HEX triplet: 5C, E3 and 02. RGB value is (92,227,2). Sum of RGB (Red+Green+Blue) = 92+227+2=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #5CE302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CE302 is #A31CFD. Grayscale: #A1A1A1. Windows color (decimal): -10689790 or 189276. OLE color: 189276.
HSL color Cylindrical-coordinate representation of color #5CE302: hue angle of 96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CE302 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 227 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.11 |
| HSL | 96º | 0.98% | 0.45% | - |
| HSV(B) | 96º | 0.99% | 0.89% | - |
| XYZ | 31.89 | 57.22 | 9.42 | - |
| YUV | 160.99 | 38.27 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 2 | 0.59 | 0 | 0.99 | 0.11 | 96 | 0.98 | 0.45 |
| Hex | 5C | E3 | 2 | 3B | 0 | 63 | B | 60 | 62 | 2D |
| Octal | 134 | 343 | 2 | 73 | 0 | 143 | 13 | 140 | 142 | 55 |
| Binary | 1011100 | 11100011 | 10 | 111011 | 0 | 1100011 | 1011 | 1100000 | 1100010 | 101101 |
Color Harmonies of #5CE302
Complementary color
Monochromatic Colors of #5CE302
Black with #5CE302
Text Example
Text Example
White with #5CE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE302; }
p { color: rgb(92,227,2); }
H1.HeaderClassName
{
color: #5CE302;
}
.AnyTagClassName
{
color: #5CE302;
}
</style>
background-color css
<style>
a { background-color: #5CE302; }
a { background-color: rgb(92,227,2); }
div.DivClassName
{
background-color: #5CE302;
}
.BgClassName
{
background-color: #5CE302;
}
</style>
border-color css
<style>
span { border-color: #5CE302; }
span { border-color: rgb(92,227,2); }
td.TdClassName
{
border-color: #5CE302;
}
.TagClassName
{
border-color: #5CE302;
}
</style>