#32B331

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

Shades of Lime Green #32B331

Tints of Lime Green #32B331

Color information

#32B331 (or 0x32B331) is unknown color: approx Lime Green. HEX triplet: 32, B3 and 31. RGB value is (50,179,49). Sum of RGB (Red+Green+Blue) = 50+179+49=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #32B331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B331 is #CD4CCE. Grayscale: #7E7E7E. Windows color (decimal): -13454543 or 3257138. OLE color: 3257138.

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

Color convert

RGB5017949-
CMYK0.7200.730.30
HSL119.54º57.02%44.71%-
HSV(B)119.54º72.63%70.2%-
XYZ17.9933.148.35-
YUV125.6184.7674.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 179 (70.31% from 255) = 64.39%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=17.99%
G=64.39%
B=17.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50179490.7200.730.30119.5457.0244.71
Hex32B331480491E78392d
Octal62263611100111361707155
Binary11001010110011110001100100001001001111101111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,179,49); }

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

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

 a { background-color: rgb(50,179,49); }

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

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

 span { border-color: rgb(50,179,49); }

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