#34EE1D

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

Shades of Harlequin #34EE1D

Tints of Harlequin #34EE1D

Color information

#34EE1D (or 0x34EE1D) is unknown color: approx Harlequin. HEX triplet: 34, EE and 1D. RGB value is (52,238,29). Sum of RGB (Red+Green+Blue) = 52+238+29=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EE1D is #CB11E2. Grayscale: #9F9F9F. Windows color (decimal): -13308387 or 1961524. OLE color: 1961524.

HSL color Cylindrical-coordinate representation of color #34EE1D: hue angle of 113.4º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34EE1D is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB5223829-
CMYK0.7800.880.07
HSL113.4º86.01%52.35%-
HSV(B)113.4º87.82%93.33%-
XYZ32.2161.9711.43-
YUV158.5654.8851.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 238 (93.36% from 255) = 74.61%
BLUE value IS 29 (11.72% from 255) = 9.09%
R=16.30%
G=74.61%
B=9.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52238290.7800.880.07113.486.0152.35
Hex34EE1D4E0587715634
Octal64356351160130716112664
Binary110100111011101110110011100101100011111100011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,238,29); }

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

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

 a { background-color: rgb(52,238,29); }

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

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

 span { border-color: rgb(52,238,29); }

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