#37DC53

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

Shades of Lime Green #37DC53

Tints of Lime Green #37DC53

Color information

#37DC53 (or 0x37DC53) is unknown color: approx Lime Green. HEX triplet: 37, DC and 53. RGB value is (55,220,83). Sum of RGB (Red+Green+Blue) = 55+220+83=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DC53 is #C823AC. Grayscale: #9B9B9B. Windows color (decimal): -13116333 or 5495863. OLE color: 5495863.

HSL color Cylindrical-coordinate representation of color #37DC53: hue angle of 130.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC53 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB5522083-
CMYK0.7500.620.14
HSL130.18º70.21%53.92%-
HSV(B)130.18º75%86.27%-
XYZ28.7352.6216.83-
YUV155.0587.3456.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 220 (86.33% from 255) = 61.45%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=15.36%
G=61.45%
B=23.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55220830.7500.620.14130.1870.2153.92
Hex37DC534B03EE824636
Octal673341231130761620210666
Binary110111110111001010011100101101111101110100000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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