#32B53F

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

Shades of Lime Green #32B53F

Tints of Lime Green #32B53F

Color information

#32B53F (or 0x32B53F) is unknown color: approx Lime Green. HEX triplet: 32, B5 and 3F. RGB value is (50,181,63). Sum of RGB (Red+Green+Blue) = 50+181+63=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #32B53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B53F is #CD4AC0. Grayscale: #808080. Windows color (decimal): -13454017 or 4175154. OLE color: 4175154.

HSL color Cylindrical-coordinate representation of color #32B53F: hue angle of 125.95º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B53F is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB5018163-
CMYK0.7200.650.29
HSL125.95º56.71%45.29%-
HSV(B)125.95º72.38%70.98%-
XYZ18.7434.0810.29-
YUV128.3891.172.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 63 (25% from 255) = 21.43%
R=17.01%
G=61.56%
B=21.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50181630.7200.650.29125.9556.7145.29
Hex32B53F480411D7e392d
Octal62265771100101351767155
Binary11001010110101111111100100001000001111011111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,181,63); }

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

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

 a { background-color: rgb(50,181,63); }

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

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

 span { border-color: rgb(50,181,63); }

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