#32F730

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

Shades of Lime Green #32F730

Tints of Lime Green #32F730

Color information

#32F730 (or 0x32F730) is unknown color: approx Lime Green. HEX triplet: 32, F7 and 30. RGB value is (50,247,48). Sum of RGB (Red+Green+Blue) = 50+247+48=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #32F730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F730 is #CD08CF. Grayscale: #A6A6A6. Windows color (decimal): -13437136 or 3209010. OLE color: 3209010.

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

Color convert

RGB5024748-
CMYK0.8000.810.03
HSL119.4º92.56%57.84%-
HSV(B)119.4º80.57%96.86%-
XYZ35.1167.4113.96-
YUV165.4161.7345.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 247 (96.88% from 255) = 71.59%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=14.49%
G=71.59%
B=13.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal50247480.8000.810.03119.492.5657.84
Hex32F730500513775d3a
Octal62367601200121316713572
Binary110010111101111100001010000010100011111101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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