#32B23D

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

Shades of Lime Green #32B23D

Tints of Lime Green #32B23D

Color information

#32B23D (or 0x32B23D) is unknown color: approx Lime Green. HEX triplet: 32, B2 and 3D. RGB value is (50,178,61). Sum of RGB (Red+Green+Blue) = 50+178+61=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #32B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B23D is #CD4DC2. Grayscale: #7E7E7E. Windows color (decimal): -13454787 or 4043314. OLE color: 4043314.

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

Color convert

RGB5017861-
CMYK0.7200.660.30
HSL125.16º56.14%44.71%-
HSV(B)125.16º71.91%69.8%-
XYZ18.0832.869.8-
YUV126.3991.0973.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=17.30%
G=61.59%
B=21.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178610.7200.660.30125.1656.1444.71
Hex32B23D480421E7d382d
Octal62262751100102361757055
Binary11001010110010111101100100001000010111101111101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,61); }

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

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

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

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

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

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

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