#37AA35

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

Shades of Lime Green #37AA35

Tints of Lime Green #37AA35

Color information

#37AA35 (or 0x37AA35) is unknown color: approx Lime Green. HEX triplet: 37, AA and 35. RGB value is (55,170,53). Sum of RGB (Red+Green+Blue) = 55+170+53=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AA35 is #C855CA. Grayscale: #7A7A7A. Windows color (decimal): -13129163 or 3516983. OLE color: 3516983.

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

Color convert

RGB5517053-
CMYK0.6800.690.33
HSL118.97º52.47%43.73%-
HSV(B)118.97º68.82%66.67%-
XYZ16.5929.828.25-
YUV122.2888.980.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 170 (66.80% from 255) = 61.15%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=19.78%
G=61.15%
B=19.06%

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
Decimal55170530.6800.690.33118.9752.4743.73
Hex37AA35440452177342c
Octal67252651040105411676454
Binary110111101010101101011000100010001011000011110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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