#36AA34

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

Shades of Lime Green #36AA34

Tints of Lime Green #36AA34

Color information

#36AA34 (or 0x36AA34) is unknown color: approx Lime Green. HEX triplet: 36, AA and 34. RGB value is (54,170,52). Sum of RGB (Red+Green+Blue) = 54+170+52=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AA34 is #C955CB. Grayscale: #7A7A7A. Windows color (decimal): -13194700 or 3451446. OLE color: 3451446.

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

Color convert

RGB5417052-
CMYK0.6800.690.33
HSL118.98º53.15%43.53%-
HSV(B)118.98º69.41%66.67%-
XYZ16.5229.788.13-
YUV121.8688.5779.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 170 (66.80% from 255) = 61.59%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=19.57%
G=61.59%
B=18.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54170520.6800.690.33118.9853.1543.53
Hex36AA34440452177352c
Octal66252641040105411676554
Binary110110101010101101001000100010001011000011110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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