Html Css Color HEX #34AC2E Lime Green

📋 copy color: '#34AC2E'

red 52 ◦ green 172 ◦ blue 46

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

Shades of Lime Green #34AC2E

Tints of Lime Green #34AC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 19.26%
G = 63.7%
B = 17.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#34AC2E (or 0x34AC2E) is known color: Lime Green. HEX triplet: 34, AC and 2E. RGB value is (52,172,46). Sum of RGB (Red+Green+Blue) = 52+172+46=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC2E is #CB53D1. Grayscale: #7A7A7A. Windows color (decimal): -13325266 or 3058740. OLE color: 3058740.

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

Color convert

RGB 52 172 46 -
CMYK 0.70 0 0.73 0.33
HSL 117.14º 0.58% 0.43% -
HSV(B) 117.14º 0.73% 0.67% -
XYZ 16.66 30.43 7.58 -
YUV 121.76 85.24 78.25 -
System Red Green Blue C M Y K H S L
Decimal 52 172 46 0.70 0 0.73 0.33 117.14 0.58 0.43
Hex 34 AC 2E 46 0 49 21 75 3A 2B
Octal 64 254 56 106 0 111 41 165 72 53
Binary 110100 10101100 101110 1000110 0 1001001 100001 1110101 111010 101011

Color Harmonies of #34AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC2E

Black with #34AC2E

Text Example


Text Example

White with #34AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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