#32CA28

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

Shades of Lime Green #32CA28

Tints of Lime Green #32CA28

Color information

#32CA28 (or 0x32CA28) is unknown color: approx Lime Green. HEX triplet: 32, CA and 28. RGB value is (50,202,40). Sum of RGB (Red+Green+Blue) = 50+202+40=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA28 is #CD35D7. Grayscale: #8A8A8A. Windows color (decimal): -13448664 or 2673202. OLE color: 2673202.

HSL color Cylindrical-coordinate representation of color #32CA28: hue angle of 116.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CA28 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB5020240-
CMYK0.7500.800.21
HSL116.3º66.94%47.45%-
HSV(B)116.3º80.2%79.22%-
XYZ22.8243.079.12-
YUV138.0872.6465.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 202 (79.30% from 255) = 69.18%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=17.12%
G=69.18%
B=13.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50202400.7500.800.21116.366.9447.45
Hex32CA284B0501574432f
Octal623125011301202516410357
Binary110010110010101010001001011010100001010111101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,202,40); }

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

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

 a { background-color: rgb(50,202,40); }

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

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

 span { border-color: rgb(50,202,40); }

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