#32AF2D

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

Shades of Lime Green #32AF2D

Tints of Lime Green #32AF2D

Color information

#32AF2D (or 0x32AF2D) is unknown color: approx Lime Green. HEX triplet: 32, AF and 2D. RGB value is (50,175,45). Sum of RGB (Red+Green+Blue) = 50+175+45=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF2D is #CD50D2. Grayscale: #7B7B7B. Windows color (decimal): -13455571 or 2993970. OLE color: 2993970.

HSL color Cylindrical-coordinate representation of color #32AF2D: hue angle of 117.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32AF2D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB5017545-
CMYK0.7100.740.31
HSL117.69º59.09%43.14%-
HSV(B)117.69º74.29%68.63%-
XYZ17.1231.537.67-
YUV122.884.0976.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=18.52%
G=64.81%
B=16.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50175450.7100.740.31117.6959.0943.14
Hex32AF2D4704A1F763b2b
Octal62257551070112371667353
Binary11001010101111101101100011101001010111111110110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,175,45); }

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

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

 a { background-color: rgb(50,175,45); }

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

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

 span { border-color: rgb(50,175,45); }

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