#34AD38

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

Shades of Lime Green #34AD38

Tints of Lime Green #34AD38

Color information

#34AD38 (or 0x34AD38) is unknown color: approx Lime Green. HEX triplet: 34, AD and 38. RGB value is (52,173,56). Sum of RGB (Red+Green+Blue) = 52+173+56=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD38 is #CB52C7. Grayscale: #7B7B7B. Windows color (decimal): -13325000 or 3714356. OLE color: 3714356.

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

Color convert

RGB5217356-
CMYK0.7000.680.32
HSL121.98º53.78%44.12%-
HSV(B)121.98º69.94%67.84%-
XYZ17.0730.98.81-
YUV123.4889.9177.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 173 (67.97% from 255) = 61.57%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=18.51%
G=61.57%
B=19.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52173560.7000.680.32121.9853.7844.12
Hex34AD3846044207a362c
Octal64255701060104401726654
Binary110100101011011110001000110010001001000001111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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