#32CC4C

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

Shades of Lime Green #32CC4C

Tints of Lime Green #32CC4C

Color information

#32CC4C (or 0x32CC4C) is unknown color: approx Lime Green. HEX triplet: 32, CC and 4C. RGB value is (50,204,76). Sum of RGB (Red+Green+Blue) = 50+204+76=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC4C is #CD33B3. Grayscale: #8F8F8F. Windows color (decimal): -13448116 or 5033010. OLE color: 5033010.

HSL color Cylindrical-coordinate representation of color #32CC4C: hue angle of 130.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC4C is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB5020476-
CMYK0.7500.630.2
HSL130.13º60.63%49.8%-
HSV(B)130.13º75.49%80%-
XYZ24.2144.3914.13-
YUV143.3689.9861.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 204 (80.08% from 255) = 61.82%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=15.15%
G=61.82%
B=23.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50204760.7500.630.2130.1360.6349.8
Hex32CC4C4B03F14823d32
Octal62314114113077242027562
Binary110010110011001001100100101101111111010010000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,204,76); }

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

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

 a { background-color: rgb(50,204,76); }

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

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

 span { border-color: rgb(50,204,76); }

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