Html Css Color HEX #34AC32 Lime Green

📋 copy color: '#34AC32'

red 52 ◦ green 172 ◦ blue 50

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

Shades of Lime Green #34AC32

Tints of Lime Green #34AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.77%

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

R = 18.98%
G = 62.77%
B = 18.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#34AC32 (or 0x34AC32) is known color: Lime Green. HEX triplet: 34, AC and 32. RGB value is (52,172,50). Sum of RGB (Red+Green+Blue) = 52+172+50=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC32 is #CB53CD. Grayscale: #7A7A7A. Windows color (decimal): -13325262 or 3320884. OLE color: 3320884.

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

Color convert

RGB 52 172 50 -
CMYK 0.70 0 0.71 0.33
HSL 119.02º 0.55% 0.44% -
HSV(B) 119.02º 0.71% 0.67% -
XYZ 16.74 30.47 8.02 -
YUV 122.21 87.24 77.92 -
System Red Green Blue C M Y K H S L
Decimal 52 172 50 0.70 0 0.71 0.33 119.02 0.55 0.44
Hex 34 AC 32 46 0 47 21 77 37 2C
Octal 64 254 62 106 0 107 41 167 67 54
Binary 110100 10101100 110010 1000110 0 1000111 100001 1110111 110111 101100

Color Harmonies of #34AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC32

Black with #34AC32

Text Example


Text Example

White with #34AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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