#32ce54

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

Shades of Lime Green #32CE54

Tints of Lime Green #32CE54

Color information

#32CE54 (or 0x32CE54) is unknown color: approx Lime Green. HEX triplet: 32, CE and 54. RGB value is (50,206,84). Sum of RGB (Red+Green+Blue) = 50+206+84=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE54 is #CD31AB. Grayscale: #919191. Windows color (decimal): -13447596 or 5557810. OLE color: 5557810.

HSL color Cylindrical-coordinate representation of color #32CE54: hue angle of 133.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE54 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB5020684-
CMYK0.7600.590.19
HSL133.08º61.42%50.2%-
HSV(B)133.08º75.73%80.78%-
XYZ24.9945.4615.85-
YUV145.4593.3259.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 206 (80.86% from 255) = 60.59%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=14.71%
G=60.59%
B=24.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50206840.7600.590.19133.0861.4250.2
Hex32CE544C03B13853d32
Octal62316124114073232057562
Binary110010110011101010100100110001110111001110000101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ce54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,206,84); }

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

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

 a { background-color: rgb(50,206,84); }

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

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

 span { border-color: rgb(50,206,84); }

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