Html Css Color HEX #34E30D Harlequin

📋 copy color: '#34E30D'

red 52 ◦ green 227 ◦ blue 13

#34E30D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #34E30D

Tints of Harlequin #34E30D

RGB

 RED value IS 52 (20.7% from 255) = 17.81%

 GREEN value IS 227 (89.06% from 255) = 77.74%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 17.81%
G = 77.74%
B = 4.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#34E30D (or 0x34E30D) is known color: Harlequin. HEX triplet: 34, E3 and 0D. RGB value is (52,227,13). Sum of RGB (Red+Green+Blue) = 52+227+13=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 227 (89.06% from 255 or 77.74% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 227 - color contains mainly: green. Hex color #34E30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E30D is #CB1CF2. Grayscale: #969696. Windows color (decimal): -13311219 or 910132. OLE color: 910132.

HSL color Cylindrical-coordinate representation of color #34E30D: hue angle of 109.07º degrees, saturation: 0.89, 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 #34E30D is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 227 13 -
CMYK 0.77 0 0.94 0.11
HSL 109.07º 0.89% 0.47% -
HSV(B) 109.07º 0.94% 0.89% -
XYZ 28.96 55.7 9.61 -
YUV 150.28 50.52 57.9 -
System Red Green Blue C M Y K H S L
Decimal 52 227 13 0.77 0 0.94 0.11 109.07 0.89 0.47
Hex 34 E3 D 4D 0 5E B 6D 59 2F
Octal 64 343 15 115 0 136 13 155 131 57
Binary 110100 11100011 1101 1001101 0 1011110 1011 1101101 1011001 101111

Color Harmonies of #34E30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E30D

Black with #34E30D

Text Example


Text Example

White with #34E30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,227,13); }

 H1.HeaderClassName
 {
   color: #34E30D;
 }
 .AnyTagClassName
 {
   color: #34E30D;
 }
</style>

background-color css

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

 a { background-color: rgb(52,227,13); }

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

border-color css

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

 span { border-color: rgb(52,227,13); }

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