Shades of Harlequin #2AD902
Tints of Harlequin #2AD902
RGB
CMYK
RGB Variations
Color information
#2AD902 (or 0x2AD902) is known color: Harlequin. HEX triplet: 2A, D9 and 02. RGB value is (42,217,2). Sum of RGB (Red+Green+Blue) = 42+217+2=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD902 is #D526FD. Grayscale: #8C8C8C. Windows color (decimal): -13969150 or 186666. OLE color: 186666.
HSL color Cylindrical-coordinate representation of color #2AD902: hue angle of 108.84º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AD902 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.15 |
| HSL | 108.84º | 0.98% | 0.43% | - |
| HSV(B) | 108.84º | 0.99% | 0.85% | - |
| XYZ | 25.78 | 50.12 | 8.37 | - |
| YUV | 140.17 | 50.02 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 2 | 0.81 | 0 | 0.99 | 0.15 | 108.84 | 0.98 | 0.43 |
| Hex | 2A | D9 | 2 | 51 | 0 | 63 | F | 6D | 62 | 2B |
| Octal | 52 | 331 | 2 | 121 | 0 | 143 | 17 | 155 | 142 | 53 |
| Binary | 101010 | 11011001 | 10 | 1010001 | 0 | 1100011 | 1111 | 1101101 | 1100010 | 101011 |
Color Harmonies of #2AD902
Complementary color
Monochromatic Colors of #2AD902
Black with #2AD902
Text Example
Text Example
White with #2AD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD902; }
p { color: rgb(42,217,2); }
H1.HeaderClassName
{
color: #2AD902;
}
.AnyTagClassName
{
color: #2AD902;
}
</style>
background-color css
<style>
a { background-color: #2AD902; }
a { background-color: rgb(42,217,2); }
div.DivClassName
{
background-color: #2AD902;
}
.BgClassName
{
background-color: #2AD902;
}
</style>
border-color css
<style>
span { border-color: #2AD902; }
span { border-color: rgb(42,217,2); }
td.TdClassName
{
border-color: #2AD902;
}
.TagClassName
{
border-color: #2AD902;
}
</style>