Html Css Color HEX #34E40B Harlequin

📋 copy color: '#34E40B'

red 52 ◦ green 228 ◦ blue 11

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

Shades of Harlequin #34E40B

Tints of Harlequin #34E40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 78.35%

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 17.87%
G = 78.35%
B = 3.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#34E40B (or 0x34E40B) is known color: Harlequin. HEX triplet: 34, E4 and 0B. RGB value is (52,228,11). Sum of RGB (Red+Green+Blue) = 52+228+11=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 228 (89.45% from 255 or 78.35% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 228 - color contains mainly: green. Hex color #34E40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E40B is #CB1BF4. Grayscale: #979797. Windows color (decimal): -13310965 or 779316. OLE color: 779316.

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

Color convert

RGB 52 228 11 -
CMYK 0.77 0 0.95 0.11
HSL 108.66º 0.91% 0.47% -
HSV(B) 108.66º 0.95% 0.89% -
XYZ 29.22 56.24 9.63 -
YUV 150.64 49.19 57.64 -
System Red Green Blue C M Y K H S L
Decimal 52 228 11 0.77 0 0.95 0.11 108.66 0.91 0.47
Hex 34 E4 B 4D 0 5F B 6D 5B 2F
Octal 64 344 13 115 0 137 13 155 133 57
Binary 110100 11100100 1011 1001101 0 1011111 1011 1101101 1011011 101111

Color Harmonies of #34E40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E40B

Black with #34E40B

Text Example


Text Example

White with #34E40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,228,11); }

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

background-color css

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

 a { background-color: rgb(52,228,11); }

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

border-color css

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

 span { border-color: rgb(52,228,11); }

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