Html Css Color HEX #34DC42 Lime Green

📋 copy color: '#34DC42'

red 52 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #34DC42

Tints of Lime Green #34DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.09%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 15.38%
G = 65.09%
B = 19.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#34DC42 (or 0x34DC42) is known color: Lime Green. HEX triplet: 34, DC and 42. RGB value is (52,220,66). Sum of RGB (Red+Green+Blue) = 52+220+66=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DC42 is #CB23BD. Grayscale: #989898. Windows color (decimal): -13312958 or 4381748. OLE color: 4381748.

HSL color Cylindrical-coordinate representation of color #34DC42: hue angle of 125º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC42 is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 220 66 -
CMYK 0.76 0 0.7 0.14
HSL 125º 0.71% 0.53% -
HSV(B) 125º 0.76% 0.86% -
XYZ 27.99 52.31 13.78 -
YUV 152.21 79.34 56.52 -
System Red Green Blue C M Y K H S L
Decimal 52 220 66 0.76 0 0.7 0.14 125 0.71 0.53
Hex 34 DC 42 4C 0 46 E 7D 47 35
Octal 64 334 102 114 0 106 16 175 107 65
Binary 110100 11011100 1000010 1001100 0 1000110 1110 1111101 1000111 110101

Color Harmonies of #34DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DC42

Black with #34DC42

Text Example


Text Example

White with #34DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,220,66); }

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

background-color css

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

 a { background-color: rgb(52,220,66); }

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

border-color css

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

 span { border-color: rgb(52,220,66); }

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