#32BF49

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

Shades of Lime Green #32BF49

Tints of Lime Green #32BF49

Color information

#32BF49 (or 0x32BF49) is unknown color: approx Lime Green. HEX triplet: 32, BF and 49. RGB value is (50,191,73). Sum of RGB (Red+Green+Blue) = 50+191+73=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF49 is #CD40B6. Grayscale: #878787. Windows color (decimal): -13451447 or 4833074. OLE color: 4833074.

HSL color Cylindrical-coordinate representation of color #32BF49: hue angle of 129.79º degrees, saturation: 0.59, 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 #32BF49 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB5019173-
CMYK0.7400.620.25
HSL129.79º58.51%47.25%-
HSV(B)129.79º73.82%74.9%-
XYZ21.1538.4212.6-
YUV135.3992.7967.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 191 (75% from 255) = 60.83%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=15.92%
G=60.83%
B=23.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50191730.7400.620.25129.7958.5147.25
Hex32BF494A03E19823b2f
Octal62277111112076312027357
Binary110010101111111001001100101001111101100110000010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,191,73); }

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

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

 a { background-color: rgb(50,191,73); }

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

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

 span { border-color: rgb(50,191,73); }

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