Shades of Harlequin #2FF902
Tints of Harlequin #2FF902
RGB
CMYK
RGB Variations
Color information
#2FF902 (or 0x2FF902) is known color: Harlequin. HEX triplet: 2F, F9 and 02. RGB value is (47,249,2). Sum of RGB (Red+Green+Blue) = 47+249+2=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 249 (97.66% from 255 or 83.56% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF902 is #D006FD. Grayscale: #A1A1A1. Windows color (decimal): -13633278 or 194863. OLE color: 194863.
HSL color Cylindrical-coordinate representation of color #2FF902: hue angle of 109.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FF902 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.02 |
| HSL | 109.07º | 0.98% | 0.49% | - |
| HSV(B) | 109.07º | 0.99% | 0.98% | - |
| XYZ | 35.06 | 68.36 | 11.4 | - |
| YUV | 160.44 | 38.58 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 2 | 0.81 | 0 | 0.99 | 0.02 | 109.07 | 0.98 | 0.49 |
| Hex | 2F | F9 | 2 | 51 | 0 | 63 | 2 | 6D | 62 | 31 |
| Octal | 57 | 371 | 2 | 121 | 0 | 143 | 2 | 155 | 142 | 61 |
| Binary | 101111 | 11111001 | 10 | 1010001 | 0 | 1100011 | 10 | 1101101 | 1100010 | 110001 |
Color Harmonies of #2FF902
Complementary color
Monochromatic Colors of #2FF902
Black with #2FF902
Text Example
Text Example
White with #2FF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF902; }
p { color: rgb(47,249,2); }
H1.HeaderClassName
{
color: #2FF902;
}
.AnyTagClassName
{
color: #2FF902;
}
</style>
background-color css
<style>
a { background-color: #2FF902; }
a { background-color: rgb(47,249,2); }
div.DivClassName
{
background-color: #2FF902;
}
.BgClassName
{
background-color: #2FF902;
}
</style>
border-color css
<style>
span { border-color: #2FF902; }
span { border-color: rgb(47,249,2); }
td.TdClassName
{
border-color: #2FF902;
}
.TagClassName
{
border-color: #2FF902;
}
</style>