#37AA34

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

Shades of Lime Green #37AA34

Tints of Lime Green #37AA34

Color information

#37AA34 (or 0x37AA34) is unknown color: approx Lime Green. HEX triplet: 37, AA and 34. RGB value is (55,170,52). Sum of RGB (Red+Green+Blue) = 55+170+52=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AA34 is #C855CB. Grayscale: #7A7A7A. Windows color (decimal): -13129164 or 3451447. OLE color: 3451447.

HSL color Cylindrical-coordinate representation of color #37AA34: hue angle of 118.47º 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 #37AA34 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5517052-
CMYK0.6800.690.33
HSL118.47º53.15%43.53%-
HSV(B)118.47º69.41%66.67%-
XYZ16.5729.818.13-
YUV122.1688.480.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 170 (66.80% from 255) = 61.37%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=19.86%
G=61.37%
B=18.77%

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
Decimal55170520.6800.690.33118.4753.1543.53
Hex37AA34440452176352c
Octal67252641040105411666554
Binary110111101010101101001000100010001011000011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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