Shades of Harlequin #24DC02
Tints of Harlequin #24DC02
RGB
CMYK
RGB Variations
Color information
#24DC02 (or 0x24DC02) is known color: Harlequin. HEX triplet: 24, DC and 02. RGB value is (36,220,2). Sum of RGB (Red+Green+Blue) = 36+220+2=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 220 (86.33% from 255 or 85.27% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DC02 is #DB23FD. Grayscale: #8C8C8C. Windows color (decimal): -14361598 or 187428. OLE color: 187428.
HSL color Cylindrical-coordinate representation of color #24DC02: hue angle of 110.64º 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 #24DC02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 220 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.14 |
| HSL | 110.64º | 0.98% | 0.44% | - |
| HSV(B) | 110.64º | 0.99% | 0.86% | - |
| XYZ | 26.33 | 51.57 | 8.62 | - |
| YUV | 140.13 | 50.04 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 2 | 0.84 | 0 | 0.99 | 0.14 | 110.64 | 0.98 | 0.44 |
| Hex | 24 | DC | 2 | 54 | 0 | 63 | E | 6F | 62 | 2C |
| Octal | 44 | 334 | 2 | 124 | 0 | 143 | 16 | 157 | 142 | 54 |
| Binary | 100100 | 11011100 | 10 | 1010100 | 0 | 1100011 | 1110 | 1101111 | 1100010 | 101100 |
Color Harmonies of #24DC02
Complementary color
Monochromatic Colors of #24DC02
Black with #24DC02
Text Example
Text Example
White with #24DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DC02; }
p { color: rgb(36,220,2); }
H1.HeaderClassName
{
color: #24DC02;
}
.AnyTagClassName
{
color: #24DC02;
}
</style>
background-color css
<style>
a { background-color: #24DC02; }
a { background-color: rgb(36,220,2); }
div.DivClassName
{
background-color: #24DC02;
}
.BgClassName
{
background-color: #24DC02;
}
</style>
border-color css
<style>
span { border-color: #24DC02; }
span { border-color: rgb(36,220,2); }
td.TdClassName
{
border-color: #24DC02;
}
.TagClassName
{
border-color: #24DC02;
}
</style>