#32F728

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

Shades of Lime Green #32F728

Tints of Lime Green #32F728

Color information

#32F728 (or 0x32F728) is unknown color: approx Lime Green. HEX triplet: 32, F7 and 28. RGB value is (50,247,40). Sum of RGB (Red+Green+Blue) = 50+247+40=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #32F728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F728 is #CD08D7. Grayscale: #A5A5A5. Windows color (decimal): -13437144 or 2684722. OLE color: 2684722.

HSL color Cylindrical-coordinate representation of color #32F728: hue angle of 117.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32F728 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB5024740-
CMYK0.8000.840.03
HSL117.1º92.83%56.27%-
HSV(B)117.1º83.81%96.86%-
XYZ34.9667.3513.17-
YUV164.557.7346.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 247 (96.88% from 255) = 73.29%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=14.84%
G=73.29%
B=11.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal50247400.8000.840.03117.192.8356.27
Hex32F728500543755d38
Octal62367501200124316513570
Binary110010111101111010001010000010101001111101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,247,40); }

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

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

 a { background-color: rgb(50,247,40); }

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

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

 span { border-color: rgb(50,247,40); }

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