Shades of Harlequin #2AF703
Tints of Harlequin #2AF703
RGB
CMYK
RGB Variations
Color information
#2AF703 (or 0x2AF703) is known color: Harlequin. HEX triplet: 2A, F7 and 03. RGB value is (42,247,3). Sum of RGB (Red+Green+Blue) = 42+247+3=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 247 (96.88% from 255 or 84.59% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF703 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF703 is #D508FC. Grayscale: #9E9E9E. Windows color (decimal): -13961469 or 259882. OLE color: 259882.
HSL color Cylindrical-coordinate representation of color #2AF703: hue angle of 110.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AF703 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 3 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.03 |
| HSL | 110.41º | 0.98% | 0.49% | - |
| HSV(B) | 110.41º | 0.99% | 0.97% | - |
| XYZ | 34.23 | 67.02 | 11.22 | - |
| YUV | 157.89 | 40.58 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 3 | 0.83 | 0 | 0.99 | 0.03 | 110.41 | 0.98 | 0.49 |
| Hex | 2A | F7 | 3 | 53 | 0 | 63 | 3 | 6E | 62 | 31 |
| Octal | 52 | 367 | 3 | 123 | 0 | 143 | 3 | 156 | 142 | 61 |
| Binary | 101010 | 11110111 | 11 | 1010011 | 0 | 1100011 | 11 | 1101110 | 1100010 | 110001 |
Color Harmonies of #2AF703
Complementary color
Monochromatic Colors of #2AF703
Black with #2AF703
Text Example
Text Example
White with #2AF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF703; }
p { color: rgb(42,247,3); }
H1.HeaderClassName
{
color: #2AF703;
}
.AnyTagClassName
{
color: #2AF703;
}
</style>
background-color css
<style>
a { background-color: #2AF703; }
a { background-color: rgb(42,247,3); }
div.DivClassName
{
background-color: #2AF703;
}
.BgClassName
{
background-color: #2AF703;
}
</style>
border-color css
<style>
span { border-color: #2AF703; }
span { border-color: rgb(42,247,3); }
td.TdClassName
{
border-color: #2AF703;
}
.TagClassName
{
border-color: #2AF703;
}
</style>