Html Css Color HEX #34AC26 Lime Green

📋 copy color: '#34AC26'

red 52 ◦ green 172 ◦ blue 38

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

Shades of Lime Green #34AC26

Tints of Lime Green #34AC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 19.85%
G = 65.65%
B = 14.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#34AC26 (or 0x34AC26) is known color: Lime Green. HEX triplet: 34, AC and 26. RGB value is (52,172,38). Sum of RGB (Red+Green+Blue) = 52+172+38=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC26 is #CB53D9. Grayscale: #797979. Windows color (decimal): -13325274 or 2534452. OLE color: 2534452.

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

Color convert

RGB 52 172 38 -
CMYK 0.70 0 0.78 0.33
HSL 113.73º 0.64% 0.41% -
HSV(B) 113.73º 0.78% 0.67% -
XYZ 16.52 30.38 6.83 -
YUV 120.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 52 172 38 0.70 0 0.78 0.33 113.73 0.64 0.41
Hex 34 AC 26 46 0 4E 21 72 40 29
Octal 64 254 46 106 0 116 41 162 100 51
Binary 110100 10101100 100110 1000110 0 1001110 100001 1110010 1000000 101001

Color Harmonies of #34AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC26

Black with #34AC26

Text Example


Text Example

White with #34AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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