#32D32C

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

Shades of Lime Green #32D32C

Tints of Lime Green #32D32C

Color information

#32D32C (or 0x32D32C) is unknown color: approx Lime Green. HEX triplet: 32, D3 and 2C. RGB value is (50,211,44). Sum of RGB (Red+Green+Blue) = 50+211+44=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 211 (82.81% from 255 or 69.18% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 211 - color contains mainly: green. Hex color #32D32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D32C is #CD2CD3. Grayscale: #909090. Windows color (decimal): -13446356 or 2937650. OLE color: 2937650.

HSL color Cylindrical-coordinate representation of color #32D32C: hue angle of 117.84º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D32C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB5021144-
CMYK0.7600.790.17
HSL117.84º65.49%50%-
HSV(B)117.84º79.15%82.75%-
XYZ25.0647.4510.22-
YUV143.8271.6661.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 211 (82.81% from 255) = 69.18%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=16.39%
G=69.18%
B=14.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50211440.7600.790.17117.8465.4950
Hex32D32C4C04F11764132
Octal623235411401172116610162
Binary110010110100111011001001100010011111000111101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,211,44); }

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

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

 a { background-color: rgb(50,211,44); }

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

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

 span { border-color: rgb(50,211,44); }

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