#34BD43

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

Shades of Lime Green #34BD43

Tints of Lime Green #34BD43

Color information

#34BD43 (or 0x34BD43) is unknown color: approx Lime Green. HEX triplet: 34, BD and 43. RGB value is (52,189,67). Sum of RGB (Red+Green+Blue) = 52+189+67=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BD43 is #CB42BC. Grayscale: #868686. Windows color (decimal): -13320893 or 4439348. OLE color: 4439348.

HSL color Cylindrical-coordinate representation of color #34BD43: hue angle of 126.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD43 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB5218967-
CMYK0.7200.650.26
HSL126.57º56.85%47.25%-
HSV(B)126.57º72.49%74.12%-
XYZ20.6337.5311.47-
YUV134.1390.1169.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=16.88%
G=61.36%
B=21.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52189670.7200.650.26126.5756.8547.25
Hex34BD43480411A7f392f
Octal642751031100101321777157
Binary110100101111011000011100100001000001110101111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,67); }

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

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

 a { background-color: rgb(52,189,67); }

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

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

 span { border-color: rgb(52,189,67); }

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