Shades of Harlequin #34E102
Tints of Harlequin #34E102
RGB
CMYK
RGB Variations
Color information
#34E102 (or 0x34E102) is known color: Harlequin. HEX triplet: 34, E1 and 02. RGB value is (52,225,2). Sum of RGB (Red+Green+Blue) = 52+225+2=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 225 (88.28% from 255 or 80.65% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 225 - color contains mainly: green. Hex color #34E102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E102 is #CB1EFD. Grayscale: #949494. Windows color (decimal): -13311742 or 188724. OLE color: 188724.
HSL color Cylindrical-coordinate representation of color #34E102: hue angle of 106.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34E102 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.12 |
| HSL | 106.55º | 0.98% | 0.45% | - |
| HSV(B) | 106.55º | 0.99% | 0.88% | - |
| XYZ | 28.35 | 54.58 | 9.1 | - |
| YUV | 147.85 | 45.69 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 2 | 0.77 | 0 | 0.99 | 0.12 | 106.55 | 0.98 | 0.45 |
| Hex | 34 | E1 | 2 | 4D | 0 | 63 | C | 6B | 62 | 2D |
| Octal | 64 | 341 | 2 | 115 | 0 | 143 | 14 | 153 | 142 | 55 |
| Binary | 110100 | 11100001 | 10 | 1001101 | 0 | 1100011 | 1100 | 1101011 | 1100010 | 101101 |
Color Harmonies of #34E102
Complementary color
Monochromatic Colors of #34E102
Black with #34E102
Text Example
Text Example
White with #34E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E102; }
p { color: rgb(52,225,2); }
H1.HeaderClassName
{
color: #34E102;
}
.AnyTagClassName
{
color: #34E102;
}
</style>
background-color css
<style>
a { background-color: #34E102; }
a { background-color: rgb(52,225,2); }
div.DivClassName
{
background-color: #34E102;
}
.BgClassName
{
background-color: #34E102;
}
</style>
border-color css
<style>
span { border-color: #34E102; }
span { border-color: rgb(52,225,2); }
td.TdClassName
{
border-color: #34E102;
}
.TagClassName
{
border-color: #34E102;
}
</style>