Shades of Harlequin #2AF311
Tints of Harlequin #2AF311
RGB
CMYK
RGB Variations
Color information
#2AF311 (or 0x2AF311) is known color: Harlequin. HEX triplet: 2A, F3 and 11. RGB value is (42,243,17). Sum of RGB (Red+Green+Blue) = 42+243+17=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 243 (95.31% from 255 or 80.46% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF311 is #D50CEE. Grayscale: #9D9D9D. Windows color (decimal): -13962479 or 1176362. OLE color: 1176362.
HSL color Cylindrical-coordinate representation of color #2AF311: hue angle of 113.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AF311 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 17 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.05 |
| HSL | 113.36º | 0.9% | 0.51% | - |
| HSV(B) | 113.36º | 0.93% | 0.95% | - |
| XYZ | 33.11 | 64.63 | 11.26 | - |
| YUV | 157.14 | 48.91 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 17 | 0.83 | 0 | 0.93 | 0.05 | 113.36 | 0.9 | 0.51 |
| Hex | 2A | F3 | 11 | 53 | 0 | 5D | 5 | 71 | 5A | 33 |
| Octal | 52 | 363 | 21 | 123 | 0 | 135 | 5 | 161 | 132 | 63 |
| Binary | 101010 | 11110011 | 10001 | 1010011 | 0 | 1011101 | 101 | 1110001 | 1011010 | 110011 |
Color Harmonies of #2AF311
Complementary color
Monochromatic Colors of #2AF311
Black with #2AF311
Text Example
Text Example
White with #2AF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF311; }
p { color: rgb(42,243,17); }
H1.HeaderClassName
{
color: #2AF311;
}
.AnyTagClassName
{
color: #2AF311;
}
</style>
background-color css
<style>
a { background-color: #2AF311; }
a { background-color: rgb(42,243,17); }
div.DivClassName
{
background-color: #2AF311;
}
.BgClassName
{
background-color: #2AF311;
}
</style>
border-color css
<style>
span { border-color: #2AF311; }
span { border-color: rgb(42,243,17); }
td.TdClassName
{
border-color: #2AF311;
}
.TagClassName
{
border-color: #2AF311;
}
</style>