#32D853

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

Shades of Lime Green #32D853

Tints of Lime Green #32D853

Color information

#32D853 (or 0x32D853) is unknown color: approx Lime Green. HEX triplet: 32, D8 and 53. RGB value is (50,216,83). Sum of RGB (Red+Green+Blue) = 50+216+83=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #32D853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D853 is #CD27AC. Grayscale: #979797. Windows color (decimal): -13445037 or 5494834. OLE color: 5494834.

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

Color convert

RGB5021683-
CMYK0.7700.620.15
HSL131.93º68.03%52.16%-
HSV(B)131.93º76.85%84.71%-
XYZ27.4350.4116.47-
YUV151.289.555.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 216 (84.77% from 255) = 61.89%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=14.33%
G=61.89%
B=23.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50216830.7700.620.15131.9368.0352.16
Hex32D8534D03EF844434
Octal623301231150761720410464
Binary110010110110001010011100110101111101111100001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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