#32C62B

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

Shades of Lime Green #32C62B

Tints of Lime Green #32C62B

Color information

#32C62B (or 0x32C62B) is unknown color: approx Lime Green. HEX triplet: 32, C6 and 2B. RGB value is (50,198,43). Sum of RGB (Red+Green+Blue) = 50+198+43=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #32C62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C62B is #CD39D4. Grayscale: #888888. Windows color (decimal): -13449685 or 2868786. OLE color: 2868786.

HSL color Cylindrical-coordinate representation of color #32C62B: hue angle of 117.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32C62B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB5019843-
CMYK0.7500.780.22
HSL117.29º64.32%47.25%-
HSV(B)117.29º78.28%77.65%-
XYZ21.9541.249.09-
YUV136.0875.4766.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 198 (77.73% from 255) = 68.04%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=17.18%
G=68.04%
B=14.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50198430.7500.780.22117.2964.3247.25
Hex32C62B4B04E1675402f
Octal623065311301162616510057
Binary110010110001101010111001011010011101011011101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,198,43); }

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

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

 a { background-color: rgb(50,198,43); }

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

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

 span { border-color: rgb(50,198,43); }

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