Html Css Color HEX #34AD32 Lime Green

📋 copy color: '#34AD32'

red 52 ◦ green 173 ◦ blue 50

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

Shades of Lime Green #34AD32

Tints of Lime Green #34AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.91%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 18.91%
G = 62.91%
B = 18.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#34AD32 (or 0x34AD32) is known color: Lime Green. HEX triplet: 34, AD and 32. RGB value is (52,173,50). Sum of RGB (Red+Green+Blue) = 52+173+50=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 173 (67.97% from 255 or 62.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD32 is #CB52CD. Grayscale: #7B7B7B. Windows color (decimal): -13325006 or 3321140. OLE color: 3321140.

HSL color Cylindrical-coordinate representation of color #34AD32: hue angle of 119.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34AD32 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 173 50 -
CMYK 0.70 0 0.71 0.32
HSL 119.02º 0.55% 0.44% -
HSV(B) 119.02º 0.71% 0.68% -
XYZ 16.94 30.85 8.08 -
YUV 122.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 52 173 50 0.70 0 0.71 0.32 119.02 0.55 0.44
Hex 34 AD 32 46 0 47 20 77 37 2C
Octal 64 255 62 106 0 107 40 167 67 54
Binary 110100 10101101 110010 1000110 0 1000111 100000 1110111 110111 101100

Color Harmonies of #34AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD32

Black with #34AD32

Text Example


Text Example

White with #34AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,50); }

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

background-color css

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

 a { background-color: rgb(52,173,50); }

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

border-color css

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

 span { border-color: rgb(52,173,50); }

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