Shades of Harlequin #2AD800
Tints of Harlequin #2AD800
RGB
CMYK
RGB Variations
Color information
#2AD800 (or 0x2AD800) is known color: Harlequin. HEX triplet: 2A, D8 and 00. RGB value is (42,216,0). Sum of RGB (Red+Green+Blue) = 42+216+0=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 216 (84.77% from 255 or 83.72% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD800 is #D527FF. Grayscale: #8C8C8C. Windows color (decimal): -13969408 or 55338. OLE color: 55338.
HSL color Cylindrical-coordinate representation of color #2AD800: hue angle of 108.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD800 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.15 |
| HSL | 108.33º | 1% | 0.42% | - |
| HSV(B) | 108.33º | 1% | 0.85% | - |
| XYZ | 25.51 | 49.6 | 8.23 | - |
| YUV | 139.35 | 49.35 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 0 | 0.81 | 0 | 1 | 0.15 | 108.33 | 1 | 0.42 |
| Hex | 2A | D8 | 0 | 51 | 0 | 64 | F | 6C | 64 | 2A |
| Octal | 52 | 330 | 0 | 121 | 0 | 144 | 17 | 154 | 144 | 52 |
| Binary | 101010 | 11011000 | 0 | 1010001 | 0 | 1100100 | 1111 | 1101100 | 1100100 | 101010 |
Color Harmonies of #2AD800
Complementary color
Monochromatic Colors of #2AD800
Black with #2AD800
Text Example
Text Example
White with #2AD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD800; }
p { color: rgb(42,216,0); }
H1.HeaderClassName
{
color: #2AD800;
}
.AnyTagClassName
{
color: #2AD800;
}
</style>
background-color css
<style>
a { background-color: #2AD800; }
a { background-color: rgb(42,216,0); }
div.DivClassName
{
background-color: #2AD800;
}
.BgClassName
{
background-color: #2AD800;
}
</style>
border-color css
<style>
span { border-color: #2AD800; }
span { border-color: rgb(42,216,0); }
td.TdClassName
{
border-color: #2AD800;
}
.TagClassName
{
border-color: #2AD800;
}
</style>