Html Css Color HEX #34EA00 Harlequin

📋 copy color: '#34EA00'

red 52 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #34EA00

Tints of Harlequin #34EA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 81.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.18%
G = 81.82%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#34EA00 (or 0x34EA00) is known color: Harlequin. HEX triplet: 34, EA and 00. RGB value is (52,234,0). Sum of RGB (Red+Green+Blue) = 52+234+0=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 234 (91.80% from 255 or 81.82% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34EA00 is #CB15FF. Grayscale: #999999. Windows color (decimal): -13309440 or 59956. OLE color: 59956.

HSL color Cylindrical-coordinate representation of color #34EA00: hue angle of 106.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34EA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 0 -
CMYK 0.78 0 1 0.08
HSL 106.67º 1% 0.46% -
HSV(B) 106.67º 1% 0.92% -
XYZ 30.84 59.58 9.87 -
YUV 152.91 41.7 56.03 -
System Red Green Blue C M Y K H S L
Decimal 52 234 0 0.78 0 1 0.08 106.67 1 0.46
Hex 34 EA 0 4E 0 64 8 6B 64 2E
Octal 64 352 0 116 0 144 10 153 144 56
Binary 110100 11101010 0 1001110 0 1100100 1000 1101011 1100100 101110

Color Harmonies of #34EA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EA00

Black with #34EA00

Text Example


Text Example

White with #34EA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,234,0); }

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

background-color css

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

 a { background-color: rgb(52,234,0); }

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

border-color css

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

 span { border-color: rgb(52,234,0); }

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