Html Css Color HEX #34E900 Harlequin

📋 copy color: '#34E900'

red 52 ◦ green 233 ◦ blue 0

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

Shades of Harlequin #34E900

Tints of Harlequin #34E900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 81.75%

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

R = 18.25%
G = 81.75%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#34E900 (or 0x34E900) is known color: Harlequin. HEX triplet: 34, E9 and 00. RGB value is (52,233,0). Sum of RGB (Red+Green+Blue) = 52+233+0=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 233 (91.41% from 255 or 81.75% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 233 - color contains mainly: green. Hex color #34E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34E900 is #CB16FF. Grayscale: #999999. Windows color (decimal): -13309696 or 59700. OLE color: 59700.

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

Color convert

RGB 52 233 0 -
CMYK 0.78 0 1 0.09
HSL 106.61º 1% 0.46% -
HSV(B) 106.61º 1% 0.91% -
XYZ 30.56 59.01 9.78 -
YUV 152.32 42.03 56.45 -
System Red Green Blue C M Y K H S L
Decimal 52 233 0 0.78 0 1 0.09 106.61 1 0.46
Hex 34 E9 0 4E 0 64 9 6B 64 2E
Octal 64 351 0 116 0 144 11 153 144 56
Binary 110100 11101001 0 1001110 0 1100100 1001 1101011 1100100 101110

Color Harmonies of #34E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E900

Black with #34E900

Text Example


Text Example

White with #34E900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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