Html Css Color HEX #34AC29 Lime Green

📋 copy color: '#34AC29'

red 52 ◦ green 172 ◦ blue 41

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

Shades of Lime Green #34AC29

Tints of Lime Green #34AC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 19.62%
G = 64.91%
B = 15.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#34AC29 (or 0x34AC29) is known color: Lime Green. HEX triplet: 34, AC and 29. RGB value is (52,172,41). Sum of RGB (Red+Green+Blue) = 52+172+41=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC29 is #CB53D6. Grayscale: #797979. Windows color (decimal): -13325271 or 2731060. OLE color: 2731060.

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

Color convert

RGB 52 172 41 -
CMYK 0.70 0 0.76 0.33
HSL 114.96º 0.62% 0.42% -
HSV(B) 114.96º 0.76% 0.67% -
XYZ 16.57 30.4 7.09 -
YUV 121.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 52 172 41 0.70 0 0.76 0.33 114.96 0.62 0.42
Hex 34 AC 29 46 0 4C 21 73 3E 2A
Octal 64 254 51 106 0 114 41 163 76 52
Binary 110100 10101100 101001 1000110 0 1001100 100001 1110011 111110 101010

Color Harmonies of #34AC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC29

Black with #34AC29

Text Example


Text Example

White with #34AC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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