#37D556

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

Shades of Lime Green #37D556

Tints of Lime Green #37D556

Color information

#37D556 (or 0x37D556) is unknown color: approx Lime Green. HEX triplet: 37, D5 and 56. RGB value is (55,213,86). Sum of RGB (Red+Green+Blue) = 55+213+86=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #37D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D556 is #C82AA9. Grayscale: #979797. Windows color (decimal): -13118122 or 5690679. OLE color: 5690679.

HSL color Cylindrical-coordinate representation of color #37D556: hue angle of 131.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D556 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB5521386-
CMYK0.7400.600.16
HSL131.77º65.29%52.55%-
HSV(B)131.77º74.18%83.53%-
XYZ27.0549.0716.85-
YUV151.2891.1559.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 213 (83.59% from 255) = 60.17%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=15.54%
G=60.17%
B=24.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55213860.7400.600.16131.7765.2952.55
Hex37D5564A03C10844135
Octal673251261120742020410165
Binary1101111101010110101101001010011110010000100001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,213,86); }

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

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

 a { background-color: rgb(55,213,86); }

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

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

 span { border-color: rgb(55,213,86); }

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