#32B442

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

Shades of Lime Green #32B442

Tints of Lime Green #32B442

Color information

#32B442 (or 0x32B442) is unknown color: approx Lime Green. HEX triplet: 32, B4 and 42. RGB value is (50,180,66). Sum of RGB (Red+Green+Blue) = 50+180+66=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #32B442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B442 is #CD4BBD. Grayscale: #808080. Windows color (decimal): -13454270 or 4371506. OLE color: 4371506.

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

Color convert

RGB5018066-
CMYK0.7200.630.29
HSL127.38º56.52%45.1%-
HSV(B)127.38º72.22%70.59%-
XYZ18.6233.7110.68-
YUV128.1392.9372.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 180 (70.70% from 255) = 60.81%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=16.89%
G=60.81%
B=22.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180660.7200.630.29127.3856.5245.1
Hex32B4424803F1D7f392d
Octal62264102110077351777155
Binary11001010110100100001010010000111111111011111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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