#37C640

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

Shades of Lime Green #37C640

Tints of Lime Green #37C640

Color information

#37C640 (or 0x37C640) is unknown color: approx Lime Green. HEX triplet: 37, C6 and 40. RGB value is (55,198,64). Sum of RGB (Red+Green+Blue) = 55+198+64=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #37C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C640 is #C839BF. Grayscale: #8C8C8C. Windows color (decimal): -13121984 or 4245047. OLE color: 4245047.

HSL color Cylindrical-coordinate representation of color #37C640: hue angle of 123.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C640 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5519864-
CMYK0.7200.680.22
HSL123.78º56.52%49.61%-
HSV(B)123.78º72.22%77.65%-
XYZ22.741.5711.68-
YUV139.9785.1267.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 198 (77.73% from 255) = 62.46%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=17.35%
G=62.46%
B=20.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55198640.7200.680.22123.7856.5249.61
Hex37C64048044167c3932
Octal673061001100104261747162
Binary110111110001101000000100100001000100101101111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,198,64); }

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

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

 a { background-color: rgb(55,198,64); }

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

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

 span { border-color: rgb(55,198,64); }

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