#34D348

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

Shades of Lime Green #34D348

Tints of Lime Green #34D348

Color information

#34D348 (or 0x34D348) is unknown color: approx Lime Green. HEX triplet: 34, D3 and 48. RGB value is (52,211,72). Sum of RGB (Red+Green+Blue) = 52+211+72=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #34D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D348 is #CB2CB7. Grayscale: #949494. Windows color (decimal): -13315256 or 4772660. OLE color: 4772660.

HSL color Cylindrical-coordinate representation of color #34D348: hue angle of 127.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D348 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB5221172-
CMYK0.7500.660.17
HSL127.55º64.37%51.57%-
HSV(B)127.55º75.36%82.75%-
XYZ25.8847.7913.99-
YUV147.6185.3259.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 211 (82.81% from 255) = 62.99%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=15.52%
G=62.99%
B=21.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52211720.7500.660.17127.5564.3751.57
Hex34D3484B04211804034
Octal6432311011301022120010064
Binary11010011010011100100010010110100001010001100000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,211,72); }

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

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

 a { background-color: rgb(52,211,72); }

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

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

 span { border-color: rgb(52,211,72); }

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