Shades of Bright Green #5AFC2C
Tints of Bright Green #5AFC2C
RGB
CMYK
RGB Variations
Color information
#5AFC2C (or 0x5AFC2C) is known color: Bright Green. HEX triplet: 5A, FC and 2C. RGB value is (90,252,44). Sum of RGB (Red+Green+Blue) = 90+252+44=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFC2C is #A503D3. Grayscale: #B4B4B4. Windows color (decimal): -10814420 or 2948186. OLE color: 2948186.
HSL color Cylindrical-coordinate representation of color #5AFC2C: hue angle of 106.73º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AFC2C is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 44 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.01 |
| HSL | 106.73º | 0.97% | 0.58% | - |
| HSV(B) | 106.73º | 0.83% | 0.99% | - |
| XYZ | 39.48 | 71.98 | 14.19 | - |
| YUV | 179.85 | 51.33 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 44 | 0.64 | 0 | 0.83 | 0.01 | 106.73 | 0.97 | 0.58 |
| Hex | 5A | FC | 2C | 40 | 0 | 53 | 1 | 6B | 61 | 3A |
| Octal | 132 | 374 | 54 | 100 | 0 | 123 | 1 | 153 | 141 | 72 |
| Binary | 1011010 | 11111100 | 101100 | 1000000 | 0 | 1010011 | 1 | 1101011 | 1100001 | 111010 |
Color Harmonies of #5AFC2C
Complementary color
Monochromatic Colors of #5AFC2C
Black with #5AFC2C
Text Example
Text Example
White with #5AFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC2C; }
p { color: rgb(90,252,44); }
H1.HeaderClassName
{
color: #5AFC2C;
}
.AnyTagClassName
{
color: #5AFC2C;
}
</style>
background-color css
<style>
a { background-color: #5AFC2C; }
a { background-color: rgb(90,252,44); }
div.DivClassName
{
background-color: #5AFC2C;
}
.BgClassName
{
background-color: #5AFC2C;
}
</style>
border-color css
<style>
span { border-color: #5AFC2C; }
span { border-color: rgb(90,252,44); }
td.TdClassName
{
border-color: #5AFC2C;
}
.TagClassName
{
border-color: #5AFC2C;
}
</style>