Shades of Bright Green #5ADC02
Tints of Bright Green #5ADC02
RGB
CMYK
RGB Variations
Color information
#5ADC02 (or 0x5ADC02) is known color: Bright Green. HEX triplet: 5A, DC and 02. RGB value is (90,220,2). Sum of RGB (Red+Green+Blue) = 90+220+2=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC02 is #A523FD. Grayscale: #9D9D9D. Windows color (decimal): -10822654 or 187482. OLE color: 187482.
HSL color Cylindrical-coordinate representation of color #5ADC02: hue angle of 95.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5ADC02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.14 |
| HSL | 95.78º | 0.98% | 0.44% | - |
| HSV(B) | 95.78º | 0.99% | 0.86% | - |
| XYZ | 29.82 | 53.36 | 8.79 | - |
| YUV | 156.28 | 40.93 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 2 | 0.59 | 0 | 0.99 | 0.14 | 95.78 | 0.98 | 0.44 |
| Hex | 5A | DC | 2 | 3B | 0 | 63 | E | 60 | 62 | 2C |
| Octal | 132 | 334 | 2 | 73 | 0 | 143 | 16 | 140 | 142 | 54 |
| Binary | 1011010 | 11011100 | 10 | 111011 | 0 | 1100011 | 1110 | 1100000 | 1100010 | 101100 |
Color Harmonies of #5ADC02
Complementary color
Monochromatic Colors of #5ADC02
Black with #5ADC02
Text Example
Text Example
White with #5ADC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC02; }
p { color: rgb(90,220,2); }
H1.HeaderClassName
{
color: #5ADC02;
}
.AnyTagClassName
{
color: #5ADC02;
}
</style>
background-color css
<style>
a { background-color: #5ADC02; }
a { background-color: rgb(90,220,2); }
div.DivClassName
{
background-color: #5ADC02;
}
.BgClassName
{
background-color: #5ADC02;
}
</style>
border-color css
<style>
span { border-color: #5ADC02; }
span { border-color: rgb(90,220,2); }
td.TdClassName
{
border-color: #5ADC02;
}
.TagClassName
{
border-color: #5ADC02;
}
</style>