#32B32E

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

Shades of Lime Green #32B32E

Tints of Lime Green #32B32E

Color information

#32B32E (or 0x32B32E) is unknown color: approx Lime Green. HEX triplet: 32, B3 and 2E. RGB value is (50,179,46). Sum of RGB (Red+Green+Blue) = 50+179+46=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #32B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B32E is #CD4CD1. Grayscale: #7D7D7D. Windows color (decimal): -13454546 or 3060530. OLE color: 3060530.

HSL color Cylindrical-coordinate representation of color #32B32E: hue angle of 118.2º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32B32E is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB5017946-
CMYK0.7200.740.30
HSL118.2º59.11%44.12%-
HSV(B)118.2º74.3%70.2%-
XYZ17.9333.128.03-
YUV125.2783.2674.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 179 (70.31% from 255) = 65.09%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=18.18%
G=65.09%
B=16.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50179460.7200.740.30118.259.1144.12
Hex32B32E4804A1E763b2c
Octal62263561100112361667354
Binary11001010110011101110100100001001010111101110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,179,46); }

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

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

 a { background-color: rgb(50,179,46); }

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

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

 span { border-color: rgb(50,179,46); }

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