#34E20E

Color #34E20E Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #34E20E

Tints of Harlequin #34E20E

Color information

#34E20E (or 0x34E20E) is unknown color: approx Harlequin. HEX triplet: 34, E2 and 0E. RGB value is (52,226,14). Sum of RGB (Red+Green+Blue) = 52+226+14=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #34E20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E20E is #CB1DF1. Grayscale: #969696. Windows color (decimal): -13311474 or 975412. OLE color: 975412.

HSL color Cylindrical-coordinate representation of color #34E20E: hue angle of 109.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34E20E is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB5222614-
CMYK0.7700.940.11
HSL109.25º88.33%47.06%-
HSV(B)109.25º93.81%88.63%-
XYZ28.6955.159.55-
YUV149.8151.3558.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 226 (88.67% from 255) = 77.40%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=17.81%
G=77.40%
B=4.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52226140.7700.940.11109.2588.3347.06
Hex34E2E4D05EB6d582f
Octal643421611501361315513057
Binary110100111000101110100110101011110101111011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34E20E; }

 p { color: rgb(52,226,14); }

 H1.HeaderClassName
 {
   color: #34E20E;
 }
 .AnyTagClassName
 {
   color: #34E20E;
 }
</style>
background-color css

<style>
 a { background-color: #34E20E; }

 a { background-color: rgb(52,226,14); }

 div.DivClassName
 {
   background-color: #34E20E;
 }
 .BgClassName
 {
   background-color: #34E20E;
 }
</style>
border-color css

<style>
 span { border-color: #34E20E; }

 span { border-color: rgb(52,226,14); }

 td.TdClassName
 {
   border-color: #34E20E;
 }
 .TagClassName
 {
   border-color: #34E20E;
 }
</style>