#34B442

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

Shades of Lime Green #34B442

Tints of Lime Green #34B442

Color information

#34B442 (or 0x34B442) is unknown color: approx Lime Green. HEX triplet: 34, B4 and 42. RGB value is (52,180,66). Sum of RGB (Red+Green+Blue) = 52+180+66=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #34B442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B442 is #CB4BBD. Grayscale: #818181. Windows color (decimal): -13323198 or 4371508. OLE color: 4371508.

HSL color Cylindrical-coordinate representation of color #34B442: hue angle of 126.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B442 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB5218066-
CMYK0.7100.630.29
HSL126.56º55.17%45.49%-
HSV(B)126.56º71.11%70.59%-
XYZ18.7233.7710.69-
YUV128.7392.5973.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=17.45%
G=60.40%
B=22.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180660.7100.630.29126.5655.1745.49
Hex34B4424703F1D7f372d
Octal64264102107077351776755
Binary11010010110100100001010001110111111111011111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,180,66); }

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

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

 a { background-color: rgb(52,180,66); }

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

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

 span { border-color: rgb(52,180,66); }

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