Shades of Harlequin #2FE602
Tints of Harlequin #2FE602
RGB
CMYK
RGB Variations
Color information
#2FE602 (or 0x2FE602) is known color: Harlequin. HEX triplet: 2F, E6 and 02. RGB value is (47,230,2). Sum of RGB (Red+Green+Blue) = 47+230+2=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 230 (90.23% from 255 or 82.44% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE602 is #D019FD. Grayscale: #969696. Windows color (decimal): -13638142 or 189999. OLE color: 189999.
HSL color Cylindrical-coordinate representation of color #2FE602: hue angle of 108.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FE602 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.10 |
| HSL | 108.16º | 0.98% | 0.45% | - |
| HSV(B) | 108.16º | 0.99% | 0.9% | - |
| XYZ | 29.48 | 57.2 | 9.54 | - |
| YUV | 149.29 | 44.87 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 2 | 0.80 | 0 | 0.99 | 0.10 | 108.16 | 0.98 | 0.45 |
| Hex | 2F | E6 | 2 | 50 | 0 | 63 | A | 6C | 62 | 2D |
| Octal | 57 | 346 | 2 | 120 | 0 | 143 | 12 | 154 | 142 | 55 |
| Binary | 101111 | 11100110 | 10 | 1010000 | 0 | 1100011 | 1010 | 1101100 | 1100010 | 101101 |
Color Harmonies of #2FE602
Complementary color
Monochromatic Colors of #2FE602
Black with #2FE602
Text Example
Text Example
White with #2FE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE602; }
p { color: rgb(47,230,2); }
H1.HeaderClassName
{
color: #2FE602;
}
.AnyTagClassName
{
color: #2FE602;
}
</style>
background-color css
<style>
a { background-color: #2FE602; }
a { background-color: rgb(47,230,2); }
div.DivClassName
{
background-color: #2FE602;
}
.BgClassName
{
background-color: #2FE602;
}
</style>
border-color css
<style>
span { border-color: #2FE602; }
span { border-color: rgb(47,230,2); }
td.TdClassName
{
border-color: #2FE602;
}
.TagClassName
{
border-color: #2FE602;
}
</style>