#37D641

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

Shades of Lime Green #37D641

Tints of Lime Green #37D641

Color information

#37D641 (or 0x37D641) is unknown color: approx Lime Green. HEX triplet: 37, D6 and 41. RGB value is (55,214,65). Sum of RGB (Red+Green+Blue) = 55+214+65=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #37D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D641 is #C829BE. Grayscale: #959595. Windows color (decimal): -13117887 or 4314679. OLE color: 4314679.

HSL color Cylindrical-coordinate representation of color #37D641: hue angle of 123.77º degrees, saturation: 0.66, 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 #37D641 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB5521465-
CMYK0.7400.700.16
HSL123.77º65.98%52.75%-
HSV(B)123.77º74.3%83.92%-
XYZ26.5849.2913.11-
YUV149.4780.3260.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 214 (83.98% from 255) = 64.07%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=16.47%
G=64.07%
B=19.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55214650.7400.700.16123.7765.9852.75
Hex37D6414A046107c4235
Octal6732610111201062017410265
Binary1101111101011010000011001010010001101000011111001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,214,65); }

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

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

 a { background-color: rgb(55,214,65); }

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

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

 span { border-color: rgb(55,214,65); }

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