#36AA32

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

Shades of Lime Green #36AA32

Tints of Lime Green #36AA32

Color information

#36AA32 (or 0x36AA32) is unknown color: approx Lime Green. HEX triplet: 36, AA and 32. RGB value is (54,170,50). Sum of RGB (Red+Green+Blue) = 54+170+50=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AA32 is #C955CD. Grayscale: #7A7A7A. Windows color (decimal): -13194702 or 3320374. OLE color: 3320374.

HSL color Cylindrical-coordinate representation of color #36AA32: hue angle of 118º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36AA32 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB5417050-
CMYK0.6800.710.33
HSL118º54.55%43.14%-
HSV(B)118º70.59%66.67%-
XYZ16.4729.767.89-
YUV121.6487.5779.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 170 (66.80% from 255) = 62.04%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=19.71%
G=62.04%
B=18.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54170500.6800.710.3311854.5543.14
Hex36AA32440472176372b
Octal66252621040107411666753
Binary110110101010101100101000100010001111000011110110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36AA32; }

 p { color: rgb(54,170,50); }

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

<style>
 a { background-color: #36AA32; }

 a { background-color: rgb(54,170,50); }

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

<style>
 span { border-color: #36AA32; }

 span { border-color: rgb(54,170,50); }

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