Shades of Harlequin #2AFC03
Tints of Harlequin #2AFC03
RGB
CMYK
RGB Variations
Color information
#2AFC03 (or 0x2AFC03) is known color: Harlequin. HEX triplet: 2A, FC and 03. RGB value is (42,252,3). Sum of RGB (Red+Green+Blue) = 42+252+3=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 252 (98.83% from 255 or 84.85% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFC03 is #D503FC. Grayscale: #A1A1A1. Windows color (decimal): -13960189 or 261162. OLE color: 261162.
HSL color Cylindrical-coordinate representation of color #2AFC03: hue angle of 110.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AFC03 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 3 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.01 |
| HSL | 110.6º | 0.98% | 0.5% | - |
| HSV(B) | 110.6º | 0.99% | 0.99% | - |
| XYZ | 35.78 | 70.12 | 11.73 | - |
| YUV | 160.82 | 38.93 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 3 | 0.83 | 0 | 0.99 | 0.01 | 110.6 | 0.98 | 0.5 |
| Hex | 2A | FC | 3 | 53 | 0 | 63 | 1 | 6F | 62 | 32 |
| Octal | 52 | 374 | 3 | 123 | 0 | 143 | 1 | 157 | 142 | 62 |
| Binary | 101010 | 11111100 | 11 | 1010011 | 0 | 1100011 | 1 | 1101111 | 1100010 | 110010 |
Color Harmonies of #2AFC03
Complementary color
Monochromatic Colors of #2AFC03
Black with #2AFC03
Text Example
Text Example
White with #2AFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC03; }
p { color: rgb(42,252,3); }
H1.HeaderClassName
{
color: #2AFC03;
}
.AnyTagClassName
{
color: #2AFC03;
}
</style>
background-color css
<style>
a { background-color: #2AFC03; }
a { background-color: rgb(42,252,3); }
div.DivClassName
{
background-color: #2AFC03;
}
.BgClassName
{
background-color: #2AFC03;
}
</style>
border-color css
<style>
span { border-color: #2AFC03; }
span { border-color: rgb(42,252,3); }
td.TdClassName
{
border-color: #2AFC03;
}
.TagClassName
{
border-color: #2AFC03;
}
</style>