Html Css Color HEX #34E307 Harlequin

📋 copy color: '#34E307'

red 52 ◦ green 227 ◦ blue 7

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

Shades of Harlequin #34E307

Tints of Harlequin #34E307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 18.18%
G = 79.37%
B = 2.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#34E307 (or 0x34E307) is known color: Harlequin. HEX triplet: 34, E3 and 07. RGB value is (52,227,7). Sum of RGB (Red+Green+Blue) = 52+227+7=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 227 (89.06% from 255 or 79.37% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 227 - color contains mainly: green. Hex color #34E307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E307 is #CB1CF8. Grayscale: #969696. Windows color (decimal): -13311225 or 516916. OLE color: 516916.

HSL color Cylindrical-coordinate representation of color #34E307: hue angle of 107.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34E307 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 227 7 -
CMYK 0.77 0 0.97 0.11
HSL 107.73º 0.94% 0.46% -
HSV(B) 107.73º 0.97% 0.89% -
XYZ 28.92 55.68 9.42 -
YUV 149.6 47.52 58.39 -
System Red Green Blue C M Y K H S L
Decimal 52 227 7 0.77 0 0.97 0.11 107.73 0.94 0.46
Hex 34 E3 7 4D 0 61 B 6C 5E 2E
Octal 64 343 7 115 0 141 13 154 136 56
Binary 110100 11100011 111 1001101 0 1100001 1011 1101100 1011110 101110

Color Harmonies of #34E307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E307

Black with #34E307

Text Example


Text Example

White with #34E307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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