#32B641

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

Shades of Lime Green #32B641

Tints of Lime Green #32B641

Color information

#32B641 (or 0x32B641) is unknown color: approx Lime Green. HEX triplet: 32, B6 and 41. RGB value is (50,182,65). Sum of RGB (Red+Green+Blue) = 50+182+65=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 182 (71.48% from 255 or 61.28% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 182 - color contains mainly: green. Hex color #32B641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B641 is #CD49BE. Grayscale: #818181. Windows color (decimal): -13453759 or 4306482. OLE color: 4306482.

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

Color convert

RGB5018265-
CMYK0.7300.640.29
HSL126.82º56.9%45.49%-
HSV(B)126.82º72.53%71.37%-
XYZ1934.5210.66-
YUV129.1991.7771.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 182 (71.48% from 255) = 61.28%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=16.84%
G=61.28%
B=21.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50182650.7300.640.29126.8256.945.49
Hex32B641490401D7f392d
Octal622661011110100351777155
Binary110010101101101000001100100101000000111011111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,182,65); }

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

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

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

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

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

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

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