Shades of Harlequin #2FFC1A
Tints of Harlequin #2FFC1A
RGB
CMYK
RGB Variations
Color information
#2FFC1A (or 0x2FFC1A) is known color: Harlequin. HEX triplet: 2F, FC and 1A. RGB value is (47,252,26). Sum of RGB (Red+Green+Blue) = 47+252+26=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 252 (98.83% from 255 or 77.54% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC1A is #D003E5. Grayscale: #A5A5A5. Windows color (decimal): -13632486 or 1768495. OLE color: 1768495.
HSL color Cylindrical-coordinate representation of color #2FFC1A: hue angle of 114.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFC1A is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 26 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.01 |
| HSL | 114.42º | 0.97% | 0.55% | - |
| HSV(B) | 114.42º | 0.9% | 0.99% | - |
| XYZ | 36.17 | 70.3 | 12.64 | - |
| YUV | 164.94 | 49.58 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 26 | 0.81 | 0 | 0.90 | 0.01 | 114.42 | 0.97 | 0.55 |
| Hex | 2F | FC | 1A | 51 | 0 | 5A | 1 | 72 | 61 | 37 |
| Octal | 57 | 374 | 32 | 121 | 0 | 132 | 1 | 162 | 141 | 67 |
| Binary | 101111 | 11111100 | 11010 | 1010001 | 0 | 1011010 | 1 | 1110010 | 1100001 | 110111 |
Color Harmonies of #2FFC1A
Complementary color
Monochromatic Colors of #2FFC1A
Black with #2FFC1A
Text Example
Text Example
White with #2FFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC1A; }
p { color: rgb(47,252,26); }
H1.HeaderClassName
{
color: #2FFC1A;
}
.AnyTagClassName
{
color: #2FFC1A;
}
</style>
background-color css
<style>
a { background-color: #2FFC1A; }
a { background-color: rgb(47,252,26); }
div.DivClassName
{
background-color: #2FFC1A;
}
.BgClassName
{
background-color: #2FFC1A;
}
</style>
border-color css
<style>
span { border-color: #2FFC1A; }
span { border-color: rgb(47,252,26); }
td.TdClassName
{
border-color: #2FFC1A;
}
.TagClassName
{
border-color: #2FFC1A;
}
</style>