#37C550

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

Shades of Lime Green #37C550

Tints of Lime Green #37C550

Color information

#37C550 (or 0x37C550) is unknown color: approx Lime Green. HEX triplet: 37, C5 and 50. RGB value is (55,197,80). Sum of RGB (Red+Green+Blue) = 55+197+80=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #37C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C550 is #C83AAF. Grayscale: #8D8D8D. Windows color (decimal): -13122224 or 5293367. OLE color: 5293367.

HSL color Cylindrical-coordinate representation of color #37C550: hue angle of 130.56º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C550 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB5519780-
CMYK0.7200.590.23
HSL130.56º56.35%49.41%-
HSV(B)130.56º72.08%77.25%-
XYZ22.9941.3214.35-
YUV141.293.4666.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 197 (77.34% from 255) = 59.34%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=16.57%
G=59.34%
B=24.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55197800.7200.590.23130.5656.3549.41
Hex37C5504803B17833831
Octal67305120110073272037061
Binary110111110001011010000100100001110111011110000011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,197,80); }

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

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

 a { background-color: rgb(55,197,80); }

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

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

 span { border-color: rgb(55,197,80); }

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