#37E13C

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

Shades of Lime Green #37E13C

Tints of Lime Green #37E13C

Color information

#37E13C (or 0x37E13C) is unknown color: approx Lime Green. HEX triplet: 37, E1 and 3C. RGB value is (55,225,60). Sum of RGB (Red+Green+Blue) = 55+225+60=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #37E13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E13C is #C81EC3. Grayscale: #9B9B9B. Windows color (decimal): -13115076 or 3989815. OLE color: 3989815.

HSL color Cylindrical-coordinate representation of color #37E13C: hue angle of 121.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E13C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB5522560-
CMYK0.7600.730.12
HSL121.76º73.91%54.9%-
HSV(B)121.76º75.56%88.24%-
XYZ29.3254.9913.34-
YUV155.3674.1856.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 225 (88.28% from 255) = 66.18%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=16.18%
G=66.18%
B=17.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55225600.7600.730.12121.7673.9154.9
Hex37E13C4C049C7a4a37
Octal673417411401111417211267
Binary11011111100001111100100110001001001110011110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,225,60); }

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

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

 a { background-color: rgb(55,225,60); }

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

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

 span { border-color: rgb(55,225,60); }

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