#32CA25

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

Shades of Lime Green #32CA25

Tints of Lime Green #32CA25

Color information

#32CA25 (or 0x32CA25) is unknown color: approx Lime Green. HEX triplet: 32, CA and 25. RGB value is (50,202,37). Sum of RGB (Red+Green+Blue) = 50+202+37=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA25 is #CD35DA. Grayscale: #8A8A8A. Windows color (decimal): -13448667 or 2476594. OLE color: 2476594.

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

Color convert

RGB5020237-
CMYK0.7500.820.21
HSL115.27º69.04%46.86%-
HSV(B)115.27º81.68%79.22%-
XYZ22.7743.058.86-
YUV137.7471.1465.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 202 (79.30% from 255) = 69.90%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=17.30%
G=69.90%
B=12.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50202370.7500.820.21115.2769.0446.86
Hex32CA254B0521573452f
Octal623124511301222516310557
Binary110010110010101001011001011010100101010111100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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