#32B029

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

Shades of Lime Green #32B029

Tints of Lime Green #32B029

Color information

#32B029 (or 0x32B029) is unknown color: approx Lime Green. HEX triplet: 32, B0 and 29. RGB value is (50,176,41). Sum of RGB (Red+Green+Blue) = 50+176+41=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 176 (69.14% from 255 or 65.92% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 176 - color contains mainly: green. Hex color #32B029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B029 is #CD4FD6. Grayscale: #7B7B7B. Windows color (decimal): -13455319 or 2732082. OLE color: 2732082.

HSL color Cylindrical-coordinate representation of color #32B029: hue angle of 116º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32B029 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB5017641-
CMYK0.7200.770.31
HSL116º62.21%42.55%-
HSV(B)116º76.7%69.02%-
XYZ17.2431.897.34-
YUV122.9481.7675.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 176 (69.14% from 255) = 65.92%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=18.73%
G=65.92%
B=15.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50176410.7200.770.3111662.2142.55
Hex32B0294804D1F743e2b
Octal62260511100115371647653
Binary11001010110000101001100100001001101111111110100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,176,41); }

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

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

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

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

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

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

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