#37CA53

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

Shades of Lime Green #37CA53

Tints of Lime Green #37CA53

Color information

#37CA53 (or 0x37CA53) is unknown color: approx Lime Green. HEX triplet: 37, CA and 53. RGB value is (55,202,83). Sum of RGB (Red+Green+Blue) = 55+202+83=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CA53 is #C835AC. Grayscale: #909090. Windows color (decimal): -13120941 or 5491255. OLE color: 5491255.

HSL color Cylindrical-coordinate representation of color #37CA53: hue angle of 131.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CA53 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB5520283-
CMYK0.7300.590.21
HSL131.43º58.1%50.39%-
HSV(B)131.43º72.77%79.22%-
XYZ24.2643.6815.34-
YUV144.4893.364.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 202 (79.30% from 255) = 59.41%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=16.18%
G=59.41%
B=24.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55202830.7300.590.21131.4358.150.39
Hex37CA534903B15833a32
Octal67312123111073252037262
Binary110111110010101010011100100101110111010110000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,202,83); }

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

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

 a { background-color: rgb(55,202,83); }

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

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

 span { border-color: rgb(55,202,83); }

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