Shades of Bright Green #5AFE02
Tints of Bright Green #5AFE02
RGB
CMYK
RGB Variations
Color information
#5AFE02 (or 0x5AFE02) is known color: Bright Green. HEX triplet: 5A, FE and 02. RGB value is (90,254,2). Sum of RGB (Red+Green+Blue) = 90+254+2=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFE02 is #A501FD. Grayscale: #B1B1B1. Windows color (decimal): -10813950 or 196186. OLE color: 196186.
HSL color Cylindrical-coordinate representation of color #5AFE02: hue angle of 99.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AFE02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.00 |
| HSL | 99.05º | 0.99% | 0.5% | - |
| HSV(B) | 99.05º | 0.99% | 1% | - |
| XYZ | 39.67 | 73.06 | 12.07 | - |
| YUV | 176.24 | 29.67 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 2 | 0.65 | 0 | 0.99 | 0.00 | 99.05 | 0.99 | 0.5 |
| Hex | 5A | FE | 2 | 41 | 0 | 63 | 0 | 63 | 63 | 32 |
| Octal | 132 | 376 | 2 | 101 | 0 | 143 | 0 | 143 | 143 | 62 |
| Binary | 1011010 | 11111110 | 10 | 1000001 | 0 | 1100011 | 0 | 1100011 | 1100011 | 110010 |
Color Harmonies of #5AFE02
Complementary color
Monochromatic Colors of #5AFE02
Black with #5AFE02
Text Example
Text Example
White with #5AFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE02; }
p { color: rgb(90,254,2); }
H1.HeaderClassName
{
color: #5AFE02;
}
.AnyTagClassName
{
color: #5AFE02;
}
</style>
background-color css
<style>
a { background-color: #5AFE02; }
a { background-color: rgb(90,254,2); }
div.DivClassName
{
background-color: #5AFE02;
}
.BgClassName
{
background-color: #5AFE02;
}
</style>
border-color css
<style>
span { border-color: #5AFE02; }
span { border-color: rgb(90,254,2); }
td.TdClassName
{
border-color: #5AFE02;
}
.TagClassName
{
border-color: #5AFE02;
}
</style>