Html Css Color HEX #34E502 Harlequin

📋 copy color: '#34E502'

red 52 ◦ green 229 ◦ blue 2

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

Shades of Harlequin #34E502

Tints of Harlequin #34E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 80.92%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 18.37%
G = 80.92%
B = 0.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#34E502 (or 0x34E502) is known color: Harlequin. HEX triplet: 34, E5 and 02. RGB value is (52,229,2). Sum of RGB (Red+Green+Blue) = 52+229+2=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #34E502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E502 is #CB1AFD. Grayscale: #969696. Windows color (decimal): -13310718 or 189748. OLE color: 189748.

HSL color Cylindrical-coordinate representation of color #34E502: hue angle of 106.78º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34E502 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 229 2 -
CMYK 0.77 0 0.99 0.10
HSL 106.78º 0.98% 0.45% -
HSV(B) 106.78º 0.99% 0.9% -
XYZ 29.45 56.77 9.46 -
YUV 150.2 44.36 57.96 -
System Red Green Blue C M Y K H S L
Decimal 52 229 2 0.77 0 0.99 0.10 106.78 0.98 0.45
Hex 34 E5 2 4D 0 63 A 6B 62 2D
Octal 64 345 2 115 0 143 12 153 142 55
Binary 110100 11100101 10 1001101 0 1100011 1010 1101011 1100010 101101

Color Harmonies of #34E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E502

Black with #34E502

Text Example


Text Example

White with #34E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,229,2); }

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

background-color css

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

 a { background-color: rgb(52,229,2); }

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

border-color css

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

 span { border-color: rgb(52,229,2); }

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