Shades of Harlequin #2FDA02
Tints of Harlequin #2FDA02
RGB
CMYK
RGB Variations
Color information
#2FDA02 (or 0x2FDA02) is known color: Harlequin. HEX triplet: 2F, DA and 02. RGB value is (47,218,2). Sum of RGB (Red+Green+Blue) = 47+218+2=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 218 (85.55% from 255 or 81.65% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA02 is #D025FD. Grayscale: #8E8E8E. Windows color (decimal): -13641214 or 186927. OLE color: 186927.
HSL color Cylindrical-coordinate representation of color #2FDA02: hue angle of 107.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FDA02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.15 |
| HSL | 107.5º | 0.98% | 0.43% | - |
| HSV(B) | 107.5º | 0.99% | 0.85% | - |
| XYZ | 26.25 | 50.75 | 8.47 | - |
| YUV | 142.25 | 48.85 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 2 | 0.78 | 0 | 0.99 | 0.15 | 107.5 | 0.98 | 0.43 |
| Hex | 2F | DA | 2 | 4E | 0 | 63 | F | 6C | 62 | 2B |
| Octal | 57 | 332 | 2 | 116 | 0 | 143 | 17 | 154 | 142 | 53 |
| Binary | 101111 | 11011010 | 10 | 1001110 | 0 | 1100011 | 1111 | 1101100 | 1100010 | 101011 |
Color Harmonies of #2FDA02
Complementary color
Monochromatic Colors of #2FDA02
Black with #2FDA02
Text Example
Text Example
White with #2FDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA02; }
p { color: rgb(47,218,2); }
H1.HeaderClassName
{
color: #2FDA02;
}
.AnyTagClassName
{
color: #2FDA02;
}
</style>
background-color css
<style>
a { background-color: #2FDA02; }
a { background-color: rgb(47,218,2); }
div.DivClassName
{
background-color: #2FDA02;
}
.BgClassName
{
background-color: #2FDA02;
}
</style>
border-color css
<style>
span { border-color: #2FDA02; }
span { border-color: rgb(47,218,2); }
td.TdClassName
{
border-color: #2FDA02;
}
.TagClassName
{
border-color: #2FDA02;
}
</style>