#37af34

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

Shades of Lime Green #37AF34

Tints of Lime Green #37AF34

Color information

#37AF34 (or 0x37AF34) is unknown color: approx Lime Green. HEX triplet: 37, AF and 34. RGB value is (55,175,52). Sum of RGB (Red+Green+Blue) = 55+175+52=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AF34 is #C850CB. Grayscale: #7D7D7D. Windows color (decimal): -13127884 or 3452727. OLE color: 3452727.

HSL color Cylindrical-coordinate representation of color #37AF34: hue angle of 118.54º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37AF34 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB5517552-
CMYK0.6900.700.31
HSL118.54º54.19%44.51%-
HSV(B)118.54º70.29%68.63%-
XYZ17.5331.728.45-
YUV125.186.7478-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 175 (68.75% from 255) = 62.06%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=19.50%
G=62.06%
B=18.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55175520.6900.700.31118.5454.1944.51
Hex37AF34450461F77362d
Octal67257641050106371676655
Binary11011110101111110100100010101000110111111110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37af34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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