Shades of Harlequin #34FF02
Tints of Harlequin #34FF02
RGB
CMYK
RGB Variations
Color information
#34FF02 (or 0x34FF02) is known color: Harlequin. HEX triplet: 34, FF and 02. RGB value is (52,255,2). Sum of RGB (Red+Green+Blue) = 52+255+2=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 255 (100% from 255 or 82.52% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FF02 is #CB00FD. Grayscale: #A6A6A6. Windows color (decimal): -13304062 or 196404. OLE color: 196404.
HSL color Cylindrical-coordinate representation of color #34FF02: hue angle of 108.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34FF02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0 |
| HSL | 108.14º | 1% | 0.5% | - |
| HSV(B) | 108.14º | 0.99% | 1% | - |
| XYZ | 37.19 | 72.25 | 12.04 | - |
| YUV | 165.46 | 35.75 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 2 | 0.80 | 0 | 0.99 | 0 | 108.14 | 1 | 0.5 |
| Hex | 34 | FF | 2 | 50 | 0 | 63 | 0 | 6C | 64 | 32 |
| Octal | 64 | 377 | 2 | 120 | 0 | 143 | 0 | 154 | 144 | 62 |
| Binary | 110100 | 11111111 | 10 | 1010000 | 0 | 1100011 | 0 | 1101100 | 1100100 | 110010 |
Color Harmonies of #34FF02
Complementary color
Monochromatic Colors of #34FF02
Black with #34FF02
Text Example
Text Example
White with #34FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF02; }
p { color: rgb(52,255,2); }
H1.HeaderClassName
{
color: #34FF02;
}
.AnyTagClassName
{
color: #34FF02;
}
</style>
background-color css
<style>
a { background-color: #34FF02; }
a { background-color: rgb(52,255,2); }
div.DivClassName
{
background-color: #34FF02;
}
.BgClassName
{
background-color: #34FF02;
}
</style>
border-color css
<style>
span { border-color: #34FF02; }
span { border-color: rgb(52,255,2); }
td.TdClassName
{
border-color: #34FF02;
}
.TagClassName
{
border-color: #34FF02;
}
</style>