#37ca40

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

Shades of Lime Green #37CA40

Tints of Lime Green #37CA40

Color information

#37CA40 (or 0x37CA40) is unknown color: approx Lime Green. HEX triplet: 37, CA and 40. RGB value is (55,202,64). Sum of RGB (Red+Green+Blue) = 55+202+64=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA40 is #C835BF. Grayscale: #8E8E8E. Windows color (decimal): -13120960 or 4246071. OLE color: 4246071.

HSL color Cylindrical-coordinate representation of color #37CA40: hue angle of 123.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CA40 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB5520264-
CMYK0.7300.680.21
HSL123.67º58.1%50.39%-
HSV(B)123.67º72.77%79.22%-
XYZ23.6243.4211.99-
YUV142.3283.865.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 202 (79.30% from 255) = 62.93%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=17.13%
G=62.93%
B=19.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55202640.7300.680.21123.6758.150.39
Hex37CA4049044157c3a32
Octal673121001110104251747262
Binary110111110010101000000100100101000100101011111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ca40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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