Shades of Harlequin #2FE601
Tints of Harlequin #2FE601
RGB
CMYK
RGB Variations
Color information
#2FE601 (or 0x2FE601) is known color: Harlequin. HEX triplet: 2F, E6 and 01. RGB value is (47,230,1). Sum of RGB (Red+Green+Blue) = 47+230+1=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 230 (90.23% from 255 or 82.73% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE601 is #D019FE. Grayscale: #959595. Windows color (decimal): -13638143 or 124463. OLE color: 124463.
HSL color Cylindrical-coordinate representation of color #2FE601: hue angle of 107.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FE601 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.10 |
| HSL | 107.95º | 0.99% | 0.45% | - |
| HSV(B) | 107.95º | 1% | 0.9% | - |
| XYZ | 29.47 | 57.2 | 9.52 | - |
| YUV | 149.18 | 44.37 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 1 | 0.80 | 0 | 1.00 | 0.10 | 107.95 | 0.99 | 0.45 |
| Hex | 2F | E6 | 1 | 50 | 0 | 64 | A | 6C | 63 | 2D |
| Octal | 57 | 346 | 1 | 120 | 0 | 144 | 12 | 154 | 143 | 55 |
| Binary | 101111 | 11100110 | 1 | 1010000 | 0 | 1100100 | 1010 | 1101100 | 1100011 | 101101 |
Color Harmonies of #2FE601
Complementary color
Monochromatic Colors of #2FE601
Black with #2FE601
Text Example
Text Example
White with #2FE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE601; }
p { color: rgb(47,230,1); }
H1.HeaderClassName
{
color: #2FE601;
}
.AnyTagClassName
{
color: #2FE601;
}
</style>
background-color css
<style>
a { background-color: #2FE601; }
a { background-color: rgb(47,230,1); }
div.DivClassName
{
background-color: #2FE601;
}
.BgClassName
{
background-color: #2FE601;
}
</style>
border-color css
<style>
span { border-color: #2FE601; }
span { border-color: rgb(47,230,1); }
td.TdClassName
{
border-color: #2FE601;
}
.TagClassName
{
border-color: #2FE601;
}
</style>