#32BF47

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

Shades of Lime Green #32BF47

Tints of Lime Green #32BF47

Color information

#32BF47 (or 0x32BF47) is unknown color: approx Lime Green. HEX triplet: 32, BF and 47. RGB value is (50,191,71). Sum of RGB (Red+Green+Blue) = 50+191+71=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF47 is #CD40B8. Grayscale: #878787. Windows color (decimal): -13451449 or 4702002. OLE color: 4702002.

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

Color convert

RGB5019171-
CMYK0.7400.630.25
HSL128.94º58.51%47.25%-
HSV(B)128.94º73.82%74.9%-
XYZ21.0838.3912.26-
YUV135.1691.7967.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 191 (75% from 255) = 61.22%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=16.03%
G=61.22%
B=22.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50191710.7400.630.25128.9458.5147.25
Hex32BF474A03F19813b2f
Octal62277107112077312017357
Binary110010101111111000111100101001111111100110000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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