#34ad28

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

Shades of Lime Green #34AD28

Tints of Lime Green #34AD28

Color information

#34AD28 (or 0x34AD28) is unknown color: approx Lime Green. HEX triplet: 34, AD and 28. RGB value is (52,173,40). Sum of RGB (Red+Green+Blue) = 52+173+40=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD28 is #CB52D7. Grayscale: #7A7A7A. Windows color (decimal): -13325016 or 2665780. OLE color: 2665780.

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

Color convert

RGB5217340-
CMYK0.7000.770.32
HSL114.59º62.44%41.76%-
HSV(B)114.59º76.88%67.84%-
XYZ16.7430.777.06-
YUV121.6681.9178.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 173 (67.97% from 255) = 65.28%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=19.62%
G=65.28%
B=15.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52173400.7000.770.32114.5962.4441.76
Hex34AD284604D20733e2a
Octal64255501060115401637652
Binary110100101011011010001000110010011011000001110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ad28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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