Shades of Bright Green #5AE203
Tints of Bright Green #5AE203
RGB
CMYK
RGB Variations
Color information
#5AE203 (or 0x5AE203) is known color: Bright Green. HEX triplet: 5A, E2 and 03. RGB value is (90,226,3). Sum of RGB (Red+Green+Blue) = 90+226+3=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE203 is #A51DFC. Grayscale: #A0A0A0. Windows color (decimal): -10821117 or 254554. OLE color: 254554.
HSL color Cylindrical-coordinate representation of color #5AE203: hue angle of 96.59º degrees, saturation: 0.97, 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 #5AE203 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 3 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.11 |
| HSL | 96.59º | 0.97% | 0.45% | - |
| HSV(B) | 96.59º | 0.99% | 0.89% | - |
| XYZ | 31.43 | 56.57 | 9.35 | - |
| YUV | 159.91 | 39.44 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 3 | 0.60 | 0 | 0.99 | 0.11 | 96.59 | 0.97 | 0.45 |
| Hex | 5A | E2 | 3 | 3C | 0 | 63 | B | 61 | 61 | 2D |
| Octal | 132 | 342 | 3 | 74 | 0 | 143 | 13 | 141 | 141 | 55 |
| Binary | 1011010 | 11100010 | 11 | 111100 | 0 | 1100011 | 1011 | 1100001 | 1100001 | 101101 |
Color Harmonies of #5AE203
Complementary color
Monochromatic Colors of #5AE203
Black with #5AE203
Text Example
Text Example
White with #5AE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE203; }
p { color: rgb(90,226,3); }
H1.HeaderClassName
{
color: #5AE203;
}
.AnyTagClassName
{
color: #5AE203;
}
</style>
background-color css
<style>
a { background-color: #5AE203; }
a { background-color: rgb(90,226,3); }
div.DivClassName
{
background-color: #5AE203;
}
.BgClassName
{
background-color: #5AE203;
}
</style>
border-color css
<style>
span { border-color: #5AE203; }
span { border-color: rgb(90,226,3); }
td.TdClassName
{
border-color: #5AE203;
}
.TagClassName
{
border-color: #5AE203;
}
</style>