Shades of Harlequin #2AFD18
Tints of Harlequin #2AFD18
RGB
CMYK
RGB Variations
Color information
#2AFD18 (or 0x2AFD18) is known color: Harlequin. HEX triplet: 2A, FD and 18. RGB value is (42,253,24). Sum of RGB (Red+Green+Blue) = 42+253+24=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 253 (99.22% from 255 or 79.31% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFD18 is #D502E7. Grayscale: #A4A4A4. Windows color (decimal): -13959912 or 1637674. OLE color: 1637674.
HSL color Cylindrical-coordinate representation of color #2AFD18: hue angle of 115.28º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AFD18 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 24 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.01 |
| HSL | 115.28º | 0.98% | 0.54% | - |
| HSV(B) | 115.28º | 0.91% | 0.99% | - |
| XYZ | 36.25 | 70.81 | 12.62 | - |
| YUV | 163.81 | 49.1 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 24 | 0.83 | 0 | 0.91 | 0.01 | 115.28 | 0.98 | 0.54 |
| Hex | 2A | FD | 18 | 53 | 0 | 5B | 1 | 73 | 62 | 36 |
| Octal | 52 | 375 | 30 | 123 | 0 | 133 | 1 | 163 | 142 | 66 |
| Binary | 101010 | 11111101 | 11000 | 1010011 | 0 | 1011011 | 1 | 1110011 | 1100010 | 110110 |
Color Harmonies of #2AFD18
Complementary color
Monochromatic Colors of #2AFD18
Black with #2AFD18
Text Example
Text Example
White with #2AFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD18; }
p { color: rgb(42,253,24); }
H1.HeaderClassName
{
color: #2AFD18;
}
.AnyTagClassName
{
color: #2AFD18;
}
</style>
background-color css
<style>
a { background-color: #2AFD18; }
a { background-color: rgb(42,253,24); }
div.DivClassName
{
background-color: #2AFD18;
}
.BgClassName
{
background-color: #2AFD18;
}
</style>
border-color css
<style>
span { border-color: #2AFD18; }
span { border-color: rgb(42,253,24); }
td.TdClassName
{
border-color: #2AFD18;
}
.TagClassName
{
border-color: #2AFD18;
}
</style>