Shades of Harlequin #2FFF18
Tints of Harlequin #2FFF18
RGB
CMYK
RGB Variations
Color information
#2FFF18 (or 0x2FFF18) is known color: Harlequin. HEX triplet: 2F, FF and 18. RGB value is (47,255,24). Sum of RGB (Red+Green+Blue) = 47+255+24=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF18 is #D000E7. Grayscale: #A7A7A7. Windows color (decimal): -13631720 or 1638191. OLE color: 1638191.
HSL color Cylindrical-coordinate representation of color #2FFF18: hue angle of 114.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FFF18 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 24 | - |
| CMYK | 0.82 | 0 | 0.91 | 0 |
| HSL | 114.03º | 1% | 0.55% | - |
| HSV(B) | 114.03º | 0.91% | 1% | - |
| XYZ | 37.1 | 72.19 | 12.84 | - |
| YUV | 166.47 | 47.59 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 24 | 0.82 | 0 | 0.91 | 0 | 114.03 | 1 | 0.55 |
| Hex | 2F | FF | 18 | 52 | 0 | 5B | 0 | 72 | 64 | 37 |
| Octal | 57 | 377 | 30 | 122 | 0 | 133 | 0 | 162 | 144 | 67 |
| Binary | 101111 | 11111111 | 11000 | 1010010 | 0 | 1011011 | 0 | 1110010 | 1100100 | 110111 |
Color Harmonies of #2FFF18
Complementary color
Monochromatic Colors of #2FFF18
Black with #2FFF18
Text Example
Text Example
White with #2FFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF18; }
p { color: rgb(47,255,24); }
H1.HeaderClassName
{
color: #2FFF18;
}
.AnyTagClassName
{
color: #2FFF18;
}
</style>
background-color css
<style>
a { background-color: #2FFF18; }
a { background-color: rgb(47,255,24); }
div.DivClassName
{
background-color: #2FFF18;
}
.BgClassName
{
background-color: #2FFF18;
}
</style>
border-color css
<style>
span { border-color: #2FFF18; }
span { border-color: rgb(47,255,24); }
td.TdClassName
{
border-color: #2FFF18;
}
.TagClassName
{
border-color: #2FFF18;
}
</style>