#37AB2F

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

Shades of Lime Green #37AB2F

Tints of Lime Green #37AB2F

Color information

#37AB2F (or 0x37AB2F) is unknown color: approx Lime Green. HEX triplet: 37, AB and 2F. RGB value is (55,171,47). Sum of RGB (Red+Green+Blue) = 55+171+47=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AB2F is #C854D0. Grayscale: #7A7A7A. Windows color (decimal): -13128913 or 3124023. OLE color: 3124023.

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

Color convert

RGB5517147-
CMYK0.6800.730.33
HSL116.13º56.88%42.75%-
HSV(B)116.13º72.51%67.06%-
XYZ16.6530.147.63-
YUV122.1885.5780.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 171 (67.19% from 255) = 62.64%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=20.15%
G=62.64%
B=17.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55171470.6800.730.33116.1356.8842.75
Hex37AB2F440492174392b
Octal67253571040111411647153
Binary110111101010111011111000100010010011000011110100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,171,47); }

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

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

 a { background-color: rgb(55,171,47); }

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

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

 span { border-color: rgb(55,171,47); }

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