#32BE4D

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

Shades of Lime Green #32BE4D

Tints of Lime Green #32BE4D

Color information

#32BE4D (or 0x32BE4D) is unknown color: approx Lime Green. HEX triplet: 32, BE and 4D. RGB value is (50,190,77). Sum of RGB (Red+Green+Blue) = 50+190+77=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE4D is #CD41B2. Grayscale: #878787. Windows color (decimal): -13451699 or 5094962. OLE color: 5094962.

HSL color Cylindrical-coordinate representation of color #32BE4D: hue angle of 131.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5019077-
CMYK0.7400.590.25
HSL131.57º58.33%47.06%-
HSV(B)131.57º73.68%74.51%-
XYZ21.0738.0413.25-
YUV135.2695.1267.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 190 (74.61% from 255) = 59.94%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=15.77%
G=59.94%
B=24.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50190770.7400.590.25131.5758.3347.06
Hex32BE4D4A03B19843a2f
Octal62276115112073312047257
Binary110010101111101001101100101001110111100110000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,190,77); }

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

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

 a { background-color: rgb(50,190,77); }

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

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

 span { border-color: rgb(50,190,77); }

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