Shades of Harlequin #2FF912
Tints of Harlequin #2FF912
RGB
CMYK
RGB Variations
Color information
#2FF912 (or 0x2FF912) is known color: Harlequin. HEX triplet: 2F, F9 and 12. RGB value is (47,249,18). Sum of RGB (Red+Green+Blue) = 47+249+18=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF912 is #D006ED. Grayscale: #A2A2A2. Windows color (decimal): -13633262 or 1243439. OLE color: 1243439.
HSL color Cylindrical-coordinate representation of color #2FF912: hue angle of 112.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FF912 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 18 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.02 |
| HSL | 112.47º | 0.95% | 0.52% | - |
| HSV(B) | 112.47º | 0.93% | 0.98% | - |
| XYZ | 35.16 | 68.4 | 11.92 | - |
| YUV | 162.27 | 46.58 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 18 | 0.81 | 0 | 0.93 | 0.02 | 112.47 | 0.95 | 0.52 |
| Hex | 2F | F9 | 12 | 51 | 0 | 5D | 2 | 70 | 5F | 34 |
| Octal | 57 | 371 | 22 | 121 | 0 | 135 | 2 | 160 | 137 | 64 |
| Binary | 101111 | 11111001 | 10010 | 1010001 | 0 | 1011101 | 10 | 1110000 | 1011111 | 110100 |
Color Harmonies of #2FF912
Complementary color
Monochromatic Colors of #2FF912
Black with #2FF912
Text Example
Text Example
White with #2FF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF912; }
p { color: rgb(47,249,18); }
H1.HeaderClassName
{
color: #2FF912;
}
.AnyTagClassName
{
color: #2FF912;
}
</style>
background-color css
<style>
a { background-color: #2FF912; }
a { background-color: rgb(47,249,18); }
div.DivClassName
{
background-color: #2FF912;
}
.BgClassName
{
background-color: #2FF912;
}
</style>
border-color css
<style>
span { border-color: #2FF912; }
span { border-color: rgb(47,249,18); }
td.TdClassName
{
border-color: #2FF912;
}
.TagClassName
{
border-color: #2FF912;
}
</style>