#32b43e

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

Shades of Lime Green #32B43E

Tints of Lime Green #32B43E

Color information

#32B43E (or 0x32B43E) is unknown color: approx Lime Green. HEX triplet: 32, B4 and 3E. RGB value is (50,180,62). Sum of RGB (Red+Green+Blue) = 50+180+62=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #32B43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B43E is #CD4BC1. Grayscale: #808080. Windows color (decimal): -13454274 or 4109362. OLE color: 4109362.

HSL color Cylindrical-coordinate representation of color #32B43E: hue angle of 125.54º 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 #32B43E is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB5018062-
CMYK0.7200.660.29
HSL125.54º56.52%45.1%-
HSV(B)125.54º72.22%70.59%-
XYZ18.5133.6710.08-
YUV127.6890.9372.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 180 (70.70% from 255) = 61.64%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=17.12%
G=61.64%
B=21.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180620.7200.660.29125.5456.5245.1
Hex32B43E480421D7e392d
Octal62264761100102351767155
Binary11001010110100111110100100001000010111011111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32b43e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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