Shades of Harlequin #2FDA00
Tints of Harlequin #2FDA00
RGB
CMYK
RGB Variations
Color information
#2FDA00 (or 0x2FDA00) is known color: Harlequin. HEX triplet: 2F, DA and 00. RGB value is (47,218,0). Sum of RGB (Red+Green+Blue) = 47+218+0=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 218 (85.55% from 255 or 82.26% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA00 is #D025FF. Grayscale: #8E8E8E. Windows color (decimal): -13641216 or 55855. OLE color: 55855.
HSL color Cylindrical-coordinate representation of color #2FDA00: hue angle of 107.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.15 |
| HSL | 107.06º | 1% | 0.43% | - |
| HSV(B) | 107.06º | 1% | 0.85% | - |
| XYZ | 26.24 | 50.75 | 8.41 | - |
| YUV | 142.02 | 47.85 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 0 | 0.78 | 0 | 1 | 0.15 | 107.06 | 1 | 0.43 |
| Hex | 2F | DA | 0 | 4E | 0 | 64 | F | 6B | 64 | 2B |
| Octal | 57 | 332 | 0 | 116 | 0 | 144 | 17 | 153 | 144 | 53 |
| Binary | 101111 | 11011010 | 0 | 1001110 | 0 | 1100100 | 1111 | 1101011 | 1100100 | 101011 |
Color Harmonies of #2FDA00
Complementary color
Monochromatic Colors of #2FDA00
Black with #2FDA00
Text Example
Text Example
White with #2FDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA00; }
p { color: rgb(47,218,0); }
H1.HeaderClassName
{
color: #2FDA00;
}
.AnyTagClassName
{
color: #2FDA00;
}
</style>
background-color css
<style>
a { background-color: #2FDA00; }
a { background-color: rgb(47,218,0); }
div.DivClassName
{
background-color: #2FDA00;
}
.BgClassName
{
background-color: #2FDA00;
}
</style>
border-color css
<style>
span { border-color: #2FDA00; }
span { border-color: rgb(47,218,0); }
td.TdClassName
{
border-color: #2FDA00;
}
.TagClassName
{
border-color: #2FDA00;
}
</style>