#34AC28

Color #34AC28 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #34AC28

Tints of Lime Green #34AC28

Color information

#34AC28 (or 0x34AC28) is unknown color: approx Lime Green. HEX triplet: 34, AC and 28. RGB value is (52,172,40). Sum of RGB (Red+Green+Blue) = 52+172+40=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC28 is #CB53D7. Grayscale: #797979. Windows color (decimal): -13325272 or 2665524. OLE color: 2665524.

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

Color convert

RGB5217240-
CMYK0.7000.770.33
HSL114.55º62.26%41.57%-
HSV(B)114.55º76.74%67.45%-
XYZ16.5530.397-
YUV121.0782.2478.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 172 (67.58% from 255) = 65.15%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=19.70%
G=65.15%
B=15.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172400.7000.770.33114.5562.2641.57
Hex34AC284604D21733e2a
Octal64254501060115411637652
Binary110100101011001010001000110010011011000011110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34AC28;
 }
 .AnyTagClassName
 {
   color: #34AC28;
 }
</style>
background-color css

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

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

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

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

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

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