Shades of Harlequin #2AD602
Tints of Harlequin #2AD602
RGB
CMYK
RGB Variations
Color information
#2AD602 (or 0x2AD602) is known color: Harlequin. HEX triplet: 2A, D6 and 02. RGB value is (42,214,2). Sum of RGB (Red+Green+Blue) = 42+214+2=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 214 (83.98% from 255 or 82.95% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD602 is #D529FD. Grayscale: #8B8B8B. Windows color (decimal): -13969918 or 185898. OLE color: 185898.
HSL color Cylindrical-coordinate representation of color #2AD602: hue angle of 108.68º 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 #2AD602 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.16 |
| HSL | 108.68º | 0.98% | 0.42% | - |
| HSV(B) | 108.68º | 0.99% | 0.84% | - |
| XYZ | 25.01 | 48.59 | 8.12 | - |
| YUV | 138.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 2 | 0.80 | 0 | 0.99 | 0.16 | 108.68 | 0.98 | 0.42 |
| Hex | 2A | D6 | 2 | 50 | 0 | 63 | 10 | 6D | 62 | 2A |
| Octal | 52 | 326 | 2 | 120 | 0 | 143 | 20 | 155 | 142 | 52 |
| Binary | 101010 | 11010110 | 10 | 1010000 | 0 | 1100011 | 10000 | 1101101 | 1100010 | 101010 |
Color Harmonies of #2AD602
Complementary color
Monochromatic Colors of #2AD602
Black with #2AD602
Text Example
Text Example
White with #2AD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD602; }
p { color: rgb(42,214,2); }
H1.HeaderClassName
{
color: #2AD602;
}
.AnyTagClassName
{
color: #2AD602;
}
</style>
background-color css
<style>
a { background-color: #2AD602; }
a { background-color: rgb(42,214,2); }
div.DivClassName
{
background-color: #2AD602;
}
.BgClassName
{
background-color: #2AD602;
}
</style>
border-color css
<style>
span { border-color: #2AD602; }
span { border-color: rgb(42,214,2); }
td.TdClassName
{
border-color: #2AD602;
}
.TagClassName
{
border-color: #2AD602;
}
</style>