Shades of Harlequin #2FFF0D
Tints of Harlequin #2FFF0D
RGB
CMYK
RGB Variations
Color information
#2FFF0D (or 0x2FFF0D) is known color: Harlequin. HEX triplet: 2F, FF and 0D. RGB value is (47,255,13). Sum of RGB (Red+Green+Blue) = 47+255+13=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF0D is #D000F2. Grayscale: #A5A5A5. Windows color (decimal): -13631731 or 917295. OLE color: 917295.
HSL color Cylindrical-coordinate representation of color #2FFF0D: hue angle of 111.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FFF0D is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 13 | - |
| CMYK | 0.82 | 0 | 0.95 | 0 |
| HSL | 111.57º | 1% | 0.53% | - |
| HSV(B) | 111.57º | 0.95% | 1% | - |
| XYZ | 37 | 72.15 | 12.36 | - |
| YUV | 165.22 | 42.09 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 13 | 0.82 | 0 | 0.95 | 0 | 111.57 | 1 | 0.53 |
| Hex | 2F | FF | D | 52 | 0 | 5F | 0 | 70 | 64 | 35 |
| Octal | 57 | 377 | 15 | 122 | 0 | 137 | 0 | 160 | 144 | 65 |
| Binary | 101111 | 11111111 | 1101 | 1010010 | 0 | 1011111 | 0 | 1110000 | 1100100 | 110101 |
Color Harmonies of #2FFF0D
Complementary color
Monochromatic Colors of #2FFF0D
Black with #2FFF0D
Text Example
Text Example
White with #2FFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF0D; }
p { color: rgb(47,255,13); }
H1.HeaderClassName
{
color: #2FFF0D;
}
.AnyTagClassName
{
color: #2FFF0D;
}
</style>
background-color css
<style>
a { background-color: #2FFF0D; }
a { background-color: rgb(47,255,13); }
div.DivClassName
{
background-color: #2FFF0D;
}
.BgClassName
{
background-color: #2FFF0D;
}
</style>
border-color css
<style>
span { border-color: #2FFF0D; }
span { border-color: rgb(47,255,13); }
td.TdClassName
{
border-color: #2FFF0D;
}
.TagClassName
{
border-color: #2FFF0D;
}
</style>