#32B72E

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

Shades of Lime Green #32B72E

Tints of Lime Green #32B72E

Color information

#32B72E (or 0x32B72E) is unknown color: approx Lime Green. HEX triplet: 32, B7 and 2E. RGB value is (50,183,46). Sum of RGB (Red+Green+Blue) = 50+183+46=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 183 (71.88% from 255 or 65.59% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 183 - color contains mainly: green. Hex color #32B72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B72E is #CD48D1. Grayscale: #808080. Windows color (decimal): -13453522 or 3061554. OLE color: 3061554.

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

Color convert

RGB5018346-
CMYK0.7300.750.28
HSL118.25º59.83%44.9%-
HSV(B)118.25º74.86%71.76%-
XYZ18.7434.748.3-
YUV127.6281.9472.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 183 (71.88% from 255) = 65.59%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=17.92%
G=65.59%
B=16.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50183460.7300.750.28118.2559.8344.9
Hex32B72E4904B1C763c2d
Octal62267561110113341667455
Binary11001010110111101110100100101001011111001110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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