#32B32B

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

Shades of Lime Green #32B32B

Tints of Lime Green #32B32B

Color information

#32B32B (or 0x32B32B) is unknown color: approx Lime Green. HEX triplet: 32, B3 and 2B. RGB value is (50,179,43). Sum of RGB (Red+Green+Blue) = 50+179+43=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #32B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B32B is #CD4CD4. Grayscale: #7D7D7D. Windows color (decimal): -13454549 or 2863922. OLE color: 2863922.

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

Color convert

RGB5017943-
CMYK0.7200.760.30
HSL116.91º61.26%43.53%-
HSV(B)116.91º75.98%70.2%-
XYZ17.8733.097.73-
YUV124.9281.7674.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 179 (70.31% from 255) = 65.81%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=18.38%
G=65.81%
B=15.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50179430.7200.760.30116.9161.2643.53
Hex32B32B4804C1E753d2c
Octal62263531100114361657554
Binary11001010110011101011100100001001100111101110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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