Html Css Color HEX #34ED00 Harlequin

📋 copy color: '#34ED00'

red 52 ◦ green 237 ◦ blue 0

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

Shades of Harlequin #34ED00

Tints of Harlequin #34ED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.01%

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

R = 17.99%
G = 82.01%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#34ED00 (or 0x34ED00) is known color: Harlequin. HEX triplet: 34, ED and 00. RGB value is (52,237,0). Sum of RGB (Red+Green+Blue) = 52+237+0=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 237 (92.97% from 255 or 82.01% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34ED00 is #CB12FF. Grayscale: #9B9B9B. Windows color (decimal): -13308672 or 60724. OLE color: 60724.

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

Color convert

RGB 52 237 0 -
CMYK 0.78 0 1 0.07
HSL 106.84º 1% 0.46% -
HSV(B) 106.84º 1% 0.93% -
XYZ 31.7 61.3 10.16 -
YUV 154.67 40.71 54.77 -
System Red Green Blue C M Y K H S L
Decimal 52 237 0 0.78 0 1 0.07 106.84 1 0.46
Hex 34 ED 0 4E 0 64 7 6B 64 2E
Octal 64 355 0 116 0 144 7 153 144 56
Binary 110100 11101101 0 1001110 0 1100100 111 1101011 1100100 101110

Color Harmonies of #34ED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ED00

Black with #34ED00

Text Example


Text Example

White with #34ED00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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