#37BA38

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

Shades of Lime Green #37BA38

Tints of Lime Green #37BA38

Color information

#37BA38 (or 0x37BA38) is unknown color: approx Lime Green. HEX triplet: 37, BA and 38. RGB value is (55,186,56). Sum of RGB (Red+Green+Blue) = 55+186+56=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BA38 is #C845C7. Grayscale: #848484. Windows color (decimal): -13125064 or 3717687. OLE color: 3717687.

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

Color convert

RGB5518656-
CMYK0.7000.700.27
HSL120.46º54.36%47.25%-
HSV(B)120.46º70.43%72.94%-
XYZ19.8536.229.69-
YUV132.0185.173.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 186 (73.05% from 255) = 62.63%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=18.52%
G=62.63%
B=18.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55186560.7000.700.27120.4654.3647.25
Hex37BA38460461B78362f
Octal67272701060106331706657
Binary11011110111010111000100011001000110110111111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,186,56); }

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

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

 a { background-color: rgb(55,186,56); }

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

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

 span { border-color: rgb(55,186,56); }

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