Shades of Harlequin #2AF312
Tints of Harlequin #2AF312
RGB
CMYK
RGB Variations
Color information
#2AF312 (or 0x2AF312) is known color: Harlequin. HEX triplet: 2A, F3 and 12. RGB value is (42,243,18). Sum of RGB (Red+Green+Blue) = 42+243+18=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 243 (95.31% from 255 or 80.20% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF312 is #D50CED. Grayscale: #9D9D9D. Windows color (decimal): -13962478 or 1241898. OLE color: 1241898.
HSL color Cylindrical-coordinate representation of color #2AF312: hue angle of 113.6º 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 #2AF312 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 18 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.05 |
| HSL | 113.6º | 0.9% | 0.51% | - |
| HSV(B) | 113.6º | 0.93% | 0.95% | - |
| XYZ | 33.11 | 64.64 | 11.3 | - |
| YUV | 157.25 | 49.41 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 18 | 0.83 | 0 | 0.93 | 0.05 | 113.6 | 0.9 | 0.51 |
| Hex | 2A | F3 | 12 | 53 | 0 | 5D | 5 | 72 | 5A | 33 |
| Octal | 52 | 363 | 22 | 123 | 0 | 135 | 5 | 162 | 132 | 63 |
| Binary | 101010 | 11110011 | 10010 | 1010011 | 0 | 1011101 | 101 | 1110010 | 1011010 | 110011 |
Color Harmonies of #2AF312
Complementary color
Monochromatic Colors of #2AF312
Black with #2AF312
Text Example
Text Example
White with #2AF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF312; }
p { color: rgb(42,243,18); }
H1.HeaderClassName
{
color: #2AF312;
}
.AnyTagClassName
{
color: #2AF312;
}
</style>
background-color css
<style>
a { background-color: #2AF312; }
a { background-color: rgb(42,243,18); }
div.DivClassName
{
background-color: #2AF312;
}
.BgClassName
{
background-color: #2AF312;
}
</style>
border-color css
<style>
span { border-color: #2AF312; }
span { border-color: rgb(42,243,18); }
td.TdClassName
{
border-color: #2AF312;
}
.TagClassName
{
border-color: #2AF312;
}
</style>