#32D340

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

Shades of Lime Green #32D340

Tints of Lime Green #32D340

Color information

#32D340 (or 0x32D340) is unknown color: approx Lime Green. HEX triplet: 32, D3 and 40. RGB value is (50,211,64). Sum of RGB (Red+Green+Blue) = 50+211+64=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 211 (82.81% from 255 or 64.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 211 - color contains mainly: green. Hex color #32D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D340 is #CD2CBF. Grayscale: #929292. Windows color (decimal): -13446336 or 4248370. OLE color: 4248370.

HSL color Cylindrical-coordinate representation of color #32D340: hue angle of 125.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D340 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB5021164-
CMYK0.7600.700.17
HSL125.22º64.66%51.18%-
HSV(B)125.22º76.3%82.75%-
XYZ25.5447.6412.7-
YUV146.181.6659.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 211 (82.81% from 255) = 64.92%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=15.38%
G=64.92%
B=19.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50211640.7600.700.17125.2264.6651.18
Hex32D3404C046117d4133
Octal6232310011401062117510163
Binary1100101101001110000001001100010001101000111111011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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