Shades of Harlequin #2AD502
Tints of Harlequin #2AD502
RGB
CMYK
RGB Variations
Color information
#2AD502 (or 0x2AD502) is known color: Harlequin. HEX triplet: 2A, D5 and 02. RGB value is (42,213,2). Sum of RGB (Red+Green+Blue) = 42+213+2=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD502 is #D52AFD. Grayscale: #8A8A8A. Windows color (decimal): -13970174 or 185642. OLE color: 185642.
HSL color Cylindrical-coordinate representation of color #2AD502: hue angle of 108.63º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AD502 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.16 |
| HSL | 108.63º | 0.98% | 0.42% | - |
| HSV(B) | 108.63º | 0.99% | 0.84% | - |
| XYZ | 24.76 | 48.09 | 8.03 | - |
| YUV | 137.82 | 51.35 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 2 | 0.80 | 0 | 0.99 | 0.16 | 108.63 | 0.98 | 0.42 |
| Hex | 2A | D5 | 2 | 50 | 0 | 63 | 10 | 6D | 62 | 2A |
| Octal | 52 | 325 | 2 | 120 | 0 | 143 | 20 | 155 | 142 | 52 |
| Binary | 101010 | 11010101 | 10 | 1010000 | 0 | 1100011 | 10000 | 1101101 | 1100010 | 101010 |
Color Harmonies of #2AD502
Complementary color
Monochromatic Colors of #2AD502
Black with #2AD502
Text Example
Text Example
White with #2AD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD502; }
p { color: rgb(42,213,2); }
H1.HeaderClassName
{
color: #2AD502;
}
.AnyTagClassName
{
color: #2AD502;
}
</style>
background-color css
<style>
a { background-color: #2AD502; }
a { background-color: rgb(42,213,2); }
div.DivClassName
{
background-color: #2AD502;
}
.BgClassName
{
background-color: #2AD502;
}
</style>
border-color css
<style>
span { border-color: #2AD502; }
span { border-color: rgb(42,213,2); }
td.TdClassName
{
border-color: #2AD502;
}
.TagClassName
{
border-color: #2AD502;
}
</style>