#32A930

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

Shades of Lime Green #32A930

Tints of Lime Green #32A930

Color information

#32A930 (or 0x32A930) is unknown color: approx Lime Green. HEX triplet: 32, A9 and 30. RGB value is (50,169,48). Sum of RGB (Red+Green+Blue) = 50+169+48=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #32A930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A930 is #CD56CF. Grayscale: #777777. Windows color (decimal): -13457104 or 3189042. OLE color: 3189042.

HSL color Cylindrical-coordinate representation of color #32A930: hue angle of 119.01º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32A930 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB5016948-
CMYK0.7000.720.34
HSL119.01º55.76%42.55%-
HSV(B)119.01º71.6%66.27%-
XYZ16.0429.277.6-
YUV119.6287.5878.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 169 (66.41% from 255) = 63.30%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=18.73%
G=63.30%
B=17.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50169480.7000.720.34119.0155.7642.55
Hex32A930460482277382b
Octal62251601060110421677053
Binary110010101010011100001000110010010001000101110111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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