Shades of Harlequin #2FFD18
Tints of Harlequin #2FFD18
RGB
CMYK
RGB Variations
Color information
#2FFD18 (or 0x2FFD18) is known color: Harlequin. HEX triplet: 2F, FD and 18. RGB value is (47,253,24). Sum of RGB (Red+Green+Blue) = 47+253+24=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 253 (99.22% from 255 or 78.09% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFD18 is #D002E7. Grayscale: #A6A6A6. Windows color (decimal): -13632232 or 1637679. OLE color: 1637679.
HSL color Cylindrical-coordinate representation of color #2FFD18: hue angle of 113.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FFD18 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 24 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.01 |
| HSL | 113.97º | 0.98% | 0.54% | - |
| HSV(B) | 113.97º | 0.91% | 0.99% | - |
| XYZ | 36.46 | 70.92 | 12.63 | - |
| YUV | 165.3 | 48.25 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 24 | 0.81 | 0 | 0.91 | 0.01 | 113.97 | 0.98 | 0.54 |
| Hex | 2F | FD | 18 | 51 | 0 | 5B | 1 | 72 | 62 | 36 |
| Octal | 57 | 375 | 30 | 121 | 0 | 133 | 1 | 162 | 142 | 66 |
| Binary | 101111 | 11111101 | 11000 | 1010001 | 0 | 1011011 | 1 | 1110010 | 1100010 | 110110 |
Color Harmonies of #2FFD18
Complementary color
Monochromatic Colors of #2FFD18
Black with #2FFD18
Text Example
Text Example
White with #2FFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD18; }
p { color: rgb(47,253,24); }
H1.HeaderClassName
{
color: #2FFD18;
}
.AnyTagClassName
{
color: #2FFD18;
}
</style>
background-color css
<style>
a { background-color: #2FFD18; }
a { background-color: rgb(47,253,24); }
div.DivClassName
{
background-color: #2FFD18;
}
.BgClassName
{
background-color: #2FFD18;
}
</style>
border-color css
<style>
span { border-color: #2FFD18; }
span { border-color: rgb(47,253,24); }
td.TdClassName
{
border-color: #2FFD18;
}
.TagClassName
{
border-color: #2FFD18;
}
</style>