#32CA44

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

Shades of Lime Green #32CA44

Tints of Lime Green #32CA44

Color information

#32CA44 (or 0x32CA44) is unknown color: approx Lime Green. HEX triplet: 32, CA and 44. RGB value is (50,202,68). Sum of RGB (Red+Green+Blue) = 50+202+68=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA44 is #CD35BB. Grayscale: #8D8D8D. Windows color (decimal): -13448636 or 4508210. OLE color: 4508210.

HSL color Cylindrical-coordinate representation of color #32CA44: hue angle of 127.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA44 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB5020268-
CMYK0.7500.660.21
HSL127.11º60.32%49.41%-
HSV(B)127.11º75.25%79.22%-
XYZ23.4843.3412.6-
YUV141.2886.6462.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 202 (79.30% from 255) = 63.12%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=15.62%
G=63.12%
B=21.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50202680.7500.660.21127.1160.3249.41
Hex32CA444B042157f3c31
Octal623121041130102251777461
Binary110010110010101000100100101101000010101011111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,202,68); }

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

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

 a { background-color: rgb(50,202,68); }

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

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

 span { border-color: rgb(50,202,68); }

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