Shades of Harlequin #2AF304
Tints of Harlequin #2AF304
RGB
CMYK
RGB Variations
Color information
#2AF304 (or 0x2AF304) is known color: Harlequin. HEX triplet: 2A, F3 and 04. RGB value is (42,243,4). Sum of RGB (Red+Green+Blue) = 42+243+4=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF304 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF304 is #D50CFB. Grayscale: #9C9C9C. Windows color (decimal): -13962492 or 324394. OLE color: 324394.
HSL color Cylindrical-coordinate representation of color #2AF304: hue angle of 110.46º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AF304 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.05 |
| HSL | 110.46º | 0.97% | 0.48% | - |
| HSV(B) | 110.46º | 0.98% | 0.95% | - |
| XYZ | 33.03 | 64.6 | 10.84 | - |
| YUV | 155.66 | 42.41 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 4 | 0.83 | 0 | 0.98 | 0.05 | 110.46 | 0.97 | 0.48 |
| Hex | 2A | F3 | 4 | 53 | 0 | 62 | 5 | 6E | 61 | 30 |
| Octal | 52 | 363 | 4 | 123 | 0 | 142 | 5 | 156 | 141 | 60 |
| Binary | 101010 | 11110011 | 100 | 1010011 | 0 | 1100010 | 101 | 1101110 | 1100001 | 110000 |
Color Harmonies of #2AF304
Complementary color
Monochromatic Colors of #2AF304
Black with #2AF304
Text Example
Text Example
White with #2AF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF304; }
p { color: rgb(42,243,4); }
H1.HeaderClassName
{
color: #2AF304;
}
.AnyTagClassName
{
color: #2AF304;
}
</style>
background-color css
<style>
a { background-color: #2AF304; }
a { background-color: rgb(42,243,4); }
div.DivClassName
{
background-color: #2AF304;
}
.BgClassName
{
background-color: #2AF304;
}
</style>
border-color css
<style>
span { border-color: #2AF304; }
span { border-color: rgb(42,243,4); }
td.TdClassName
{
border-color: #2AF304;
}
.TagClassName
{
border-color: #2AF304;
}
</style>