#32C54C

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

Shades of Lime Green #32C54C

Tints of Lime Green #32C54C

Color information

#32C54C (or 0x32C54C) is unknown color: approx Lime Green. HEX triplet: 32, C5 and 4C. RGB value is (50,197,76). Sum of RGB (Red+Green+Blue) = 50+197+76=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #32C54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C54C is #CD3AB3. Grayscale: #8B8B8B. Windows color (decimal): -13449908 or 5031218. OLE color: 5031218.

HSL color Cylindrical-coordinate representation of color #32C54C: hue angle of 130.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C54C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB5019776-
CMYK0.7500.610.23
HSL130.61º59.51%48.43%-
HSV(B)130.61º74.62%77.25%-
XYZ22.5941.1313.59-
YUV139.2592.364.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 197 (77.34% from 255) = 60.99%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=15.48%
G=60.99%
B=23.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal50197760.7500.610.23130.6159.5148.43
Hex32C54C4B03D17833c30
Octal62305114113075272037460
Binary110010110001011001100100101101111011011110000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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