Shades of Harlequin #2FFA02
Tints of Harlequin #2FFA02
RGB
CMYK
RGB Variations
Color information
#2FFA02 (or 0x2FFA02) is known color: Harlequin. HEX triplet: 2F, FA and 02. RGB value is (47,250,2). Sum of RGB (Red+Green+Blue) = 47+250+2=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 250 (98.05% from 255 or 83.61% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA02 is #D005FD. Grayscale: #A1A1A1. Windows color (decimal): -13633022 or 195119. OLE color: 195119.
HSL color Cylindrical-coordinate representation of color #2FFA02: hue angle of 109.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FFA02 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.02 |
| HSL | 109.11º | 0.98% | 0.49% | - |
| HSV(B) | 109.11º | 0.99% | 0.98% | - |
| XYZ | 35.37 | 68.98 | 11.51 | - |
| YUV | 161.03 | 38.25 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 2 | 0.81 | 0 | 0.99 | 0.02 | 109.11 | 0.98 | 0.49 |
| Hex | 2F | FA | 2 | 51 | 0 | 63 | 2 | 6D | 62 | 31 |
| Octal | 57 | 372 | 2 | 121 | 0 | 143 | 2 | 155 | 142 | 61 |
| Binary | 101111 | 11111010 | 10 | 1010001 | 0 | 1100011 | 10 | 1101101 | 1100010 | 110001 |
Color Harmonies of #2FFA02
Complementary color
Monochromatic Colors of #2FFA02
Black with #2FFA02
Text Example
Text Example
White with #2FFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA02; }
p { color: rgb(47,250,2); }
H1.HeaderClassName
{
color: #2FFA02;
}
.AnyTagClassName
{
color: #2FFA02;
}
</style>
background-color css
<style>
a { background-color: #2FFA02; }
a { background-color: rgb(47,250,2); }
div.DivClassName
{
background-color: #2FFA02;
}
.BgClassName
{
background-color: #2FFA02;
}
</style>
border-color css
<style>
span { border-color: #2FFA02; }
span { border-color: rgb(47,250,2); }
td.TdClassName
{
border-color: #2FFA02;
}
.TagClassName
{
border-color: #2FFA02;
}
</style>