#32B43C

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

Shades of Lime Green #32B43C

Tints of Lime Green #32B43C

Color information

#32B43C (or 0x32B43C) is unknown color: approx Lime Green. HEX triplet: 32, B4 and 3C. RGB value is (50,180,60). Sum of RGB (Red+Green+Blue) = 50+180+60=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #32B43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B43C is #CD4BC3. Grayscale: #7F7F7F. Windows color (decimal): -13454276 or 3978290. OLE color: 3978290.

HSL color Cylindrical-coordinate representation of color #32B43C: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B43C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB5018060-
CMYK0.7200.670.29
HSL124.62º56.52%45.1%-
HSV(B)124.62º72.22%70.59%-
XYZ18.4533.659.8-
YUV127.4589.9372.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 180 (70.70% from 255) = 62.07%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=17.24%
G=62.07%
B=20.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180600.7200.670.29124.6256.5245.1
Hex32B43C480431D7d392d
Octal62264741100103351757155
Binary11001010110100111100100100001000011111011111101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,60); }

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

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

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

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

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

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

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