#32D825

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

Shades of Lime Green #32D825

Tints of Lime Green #32D825

Color information

#32D825 (or 0x32D825) is unknown color: approx Lime Green. HEX triplet: 32, D8 and 25. RGB value is (50,216,37). Sum of RGB (Red+Green+Blue) = 50+216+37=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #32D825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D825 is #CD27DA. Grayscale: #929292. Windows color (decimal): -13445083 or 2480178. OLE color: 2480178.

HSL color Cylindrical-coordinate representation of color #32D825: hue angle of 115.64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32D825 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB5021637-
CMYK0.7700.830.15
HSL115.64º70.75%49.61%-
HSV(B)115.64º82.87%84.71%-
XYZ26.2149.9210.01-
YUV145.9666.559.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 216 (84.77% from 255) = 71.29%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=16.50%
G=71.29%
B=12.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50216370.7700.830.15115.6470.7549.61
Hex32D8254D053F744732
Octal623304511501231716410762
Binary11001011011000100101100110101010011111111101001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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