#37B742

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

Shades of Lime Green #37B742

Tints of Lime Green #37B742

Color information

#37B742 (or 0x37B742) is unknown color: approx Lime Green. HEX triplet: 37, B7 and 42. RGB value is (55,183,66). Sum of RGB (Red+Green+Blue) = 55+183+66=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #37B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B742 is #C848BD. Grayscale: #838383. Windows color (decimal): -13125822 or 4372279. OLE color: 4372279.

HSL color Cylindrical-coordinate representation of color #37B742: hue angle of 125.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B742 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB5518366-
CMYK0.7000.640.28
HSL125.16º53.78%46.67%-
HSV(B)125.16º69.95%71.76%-
XYZ19.4935.0710.9-
YUV131.3991.0973.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 183 (71.88% from 255) = 60.20%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=18.09%
G=60.20%
B=21.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal55183660.7000.640.28125.1653.7846.67
Hex37B742460401C7d362f
Octal672671021060100341756657
Binary110111101101111000010100011001000000111001111101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,183,66); }

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

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

 a { background-color: rgb(55,183,66); }

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

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

 span { border-color: rgb(55,183,66); }

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