#32B73E

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

Shades of Lime Green #32B73E

Tints of Lime Green #32B73E

Color information

#32B73E (or 0x32B73E) is unknown color: approx Lime Green. HEX triplet: 32, B7 and 3E. RGB value is (50,183,62). Sum of RGB (Red+Green+Blue) = 50+183+62=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #32B73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B73E is #CD48C1. Grayscale: #818181. Windows color (decimal): -13453506 or 4110130. OLE color: 4110130.

HSL color Cylindrical-coordinate representation of color #32B73E: hue angle of 125.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B73E is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB5018362-
CMYK0.7300.660.28
HSL125.41º57.08%45.69%-
HSV(B)125.41º72.68%71.76%-
XYZ19.1234.8910.28-
YUV129.4489.9471.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 183 (71.88% from 255) = 62.03%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=16.95%
G=62.03%
B=21.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50183620.7300.660.28125.4157.0845.69
Hex32B73E490421C7d392e
Octal62267761110102341757156
Binary11001010110111111110100100101000010111001111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,183,62); }

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

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

 a { background-color: rgb(50,183,62); }

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

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

 span { border-color: rgb(50,183,62); }

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