#32BD40

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

Shades of Lime Green #32BD40

Tints of Lime Green #32BD40

Color information

#32BD40 (or 0x32BD40) is unknown color: approx Lime Green. HEX triplet: 32, BD and 40. RGB value is (50,189,64). Sum of RGB (Red+Green+Blue) = 50+189+64=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD40 is #CD42BF. Grayscale: #858585. Windows color (decimal): -13451968 or 4242738. OLE color: 4242738.

HSL color Cylindrical-coordinate representation of color #32BD40: hue angle of 126.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD40 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB5018964-
CMYK0.7400.660.26
HSL126.04º58.16%46.86%-
HSV(B)126.04º73.54%74.12%-
XYZ20.4437.4411-
YUV133.1988.9568.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 189 (74.22% from 255) = 62.38%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=16.50%
G=62.38%
B=21.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50189640.7400.660.26126.0458.1646.86
Hex32BD404A0421A7e3a2f
Octal622751001120102321767257
Binary110010101111011000000100101001000010110101111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,189,64); }

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

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

 a { background-color: rgb(50,189,64); }

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

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

 span { border-color: rgb(50,189,64); }

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