#32B332

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

Shades of Lime Green #32B332

Tints of Lime Green #32B332

Color information

#32B332 (or 0x32B332) is unknown color: approx Lime Green. HEX triplet: 32, B3 and 32. RGB value is (50,179,50). Sum of RGB (Red+Green+Blue) = 50+179+50=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #32B332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B332 is #CD4CCD. Grayscale: #7E7E7E. Windows color (decimal): -13454542 or 3322674. OLE color: 3322674.

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

Color convert

RGB5017950-
CMYK0.7200.720.30
HSL120º56.33%44.9%-
HSV(B)120º72.07%70.2%-
XYZ18.0133.158.47-
YUV125.7285.2673.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 179 (70.31% from 255) = 64.16%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=17.92%
G=64.16%
B=17.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50179500.7200.720.3012056.3344.9
Hex32B332480481E78382d
Octal62263621100110361707055
Binary11001010110011110010100100001001000111101111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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