Shades of Harlequin #2AFE18
Tints of Harlequin #2AFE18
RGB
CMYK
RGB Variations
Color information
#2AFE18 (or 0x2AFE18) is known color: Harlequin. HEX triplet: 2A, FE and 18. RGB value is (42,254,24). Sum of RGB (Red+Green+Blue) = 42+254+24=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 254 (99.61% from 255 or 79.38% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE18 is #D501E7. Grayscale: #A5A5A5. Windows color (decimal): -13959656 or 1637930. OLE color: 1637930.
HSL color Cylindrical-coordinate representation of color #2AFE18: hue angle of 115.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AFE18 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 24 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.00 |
| HSL | 115.3º | 0.99% | 0.55% | - |
| HSV(B) | 115.3º | 0.91% | 1% | - |
| XYZ | 36.56 | 71.44 | 12.73 | - |
| YUV | 164.39 | 48.76 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 24 | 0.83 | 0 | 0.91 | 0.00 | 115.3 | 0.99 | 0.55 |
| Hex | 2A | FE | 18 | 53 | 0 | 5B | 0 | 73 | 63 | 37 |
| Octal | 52 | 376 | 30 | 123 | 0 | 133 | 0 | 163 | 143 | 67 |
| Binary | 101010 | 11111110 | 11000 | 1010011 | 0 | 1011011 | 0 | 1110011 | 1100011 | 110111 |
Color Harmonies of #2AFE18
Complementary color
Monochromatic Colors of #2AFE18
Black with #2AFE18
Text Example
Text Example
White with #2AFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE18; }
p { color: rgb(42,254,24); }
H1.HeaderClassName
{
color: #2AFE18;
}
.AnyTagClassName
{
color: #2AFE18;
}
</style>
background-color css
<style>
a { background-color: #2AFE18; }
a { background-color: rgb(42,254,24); }
div.DivClassName
{
background-color: #2AFE18;
}
.BgClassName
{
background-color: #2AFE18;
}
</style>
border-color css
<style>
span { border-color: #2AFE18; }
span { border-color: rgb(42,254,24); }
td.TdClassName
{
border-color: #2AFE18;
}
.TagClassName
{
border-color: #2AFE18;
}
</style>