#37B340

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

Shades of Lime Green #37B340

Tints of Lime Green #37B340

Color information

#37B340 (or 0x37B340) is unknown color: approx Lime Green. HEX triplet: 37, B3 and 40. RGB value is (55,179,64). Sum of RGB (Red+Green+Blue) = 55+179+64=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #37B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B340 is #C84CBF. Grayscale: #818181. Windows color (decimal): -13126848 or 4240183. OLE color: 4240183.

HSL color Cylindrical-coordinate representation of color #37B340: hue angle of 124.35º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B340 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB5517964-
CMYK0.6900.640.30
HSL124.35º52.99%45.88%-
HSV(B)124.35º69.27%70.2%-
XYZ18.6233.4210.32-
YUV128.8191.4275.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 179 (70.31% from 255) = 60.07%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=18.46%
G=60.07%
B=21.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55179640.6900.640.30124.3552.9945.88
Hex37B340450401E7c352e
Octal672631001050100361746556
Binary110111101100111000000100010101000000111101111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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