Shades of Harlequin #2FFB0D
Tints of Harlequin #2FFB0D
RGB
CMYK
RGB Variations
Color information
#2FFB0D (or 0x2FFB0D) is known color: Harlequin. HEX triplet: 2F, FB and 0D. RGB value is (47,251,13). Sum of RGB (Red+Green+Blue) = 47+251+13=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 251 (98.44% from 255 or 80.71% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB0D is #D004F2. Grayscale: #A3A3A3. Windows color (decimal): -13632755 or 916271. OLE color: 916271.
HSL color Cylindrical-coordinate representation of color #2FFB0D: hue angle of 111.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FFB0D is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 13 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.02 |
| HSL | 111.43º | 0.97% | 0.52% | - |
| HSV(B) | 111.43º | 0.95% | 0.98% | - |
| XYZ | 35.74 | 69.63 | 11.94 | - |
| YUV | 162.87 | 43.41 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 13 | 0.81 | 0 | 0.95 | 0.02 | 111.43 | 0.97 | 0.52 |
| Hex | 2F | FB | D | 51 | 0 | 5F | 2 | 6F | 61 | 34 |
| Octal | 57 | 373 | 15 | 121 | 0 | 137 | 2 | 157 | 141 | 64 |
| Binary | 101111 | 11111011 | 1101 | 1010001 | 0 | 1011111 | 10 | 1101111 | 1100001 | 110100 |
Color Harmonies of #2FFB0D
Complementary color
Monochromatic Colors of #2FFB0D
Black with #2FFB0D
Text Example
Text Example
White with #2FFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB0D; }
p { color: rgb(47,251,13); }
H1.HeaderClassName
{
color: #2FFB0D;
}
.AnyTagClassName
{
color: #2FFB0D;
}
</style>
background-color css
<style>
a { background-color: #2FFB0D; }
a { background-color: rgb(47,251,13); }
div.DivClassName
{
background-color: #2FFB0D;
}
.BgClassName
{
background-color: #2FFB0D;
}
</style>
border-color css
<style>
span { border-color: #2FFB0D; }
span { border-color: rgb(47,251,13); }
td.TdClassName
{
border-color: #2FFB0D;
}
.TagClassName
{
border-color: #2FFB0D;
}
</style>