#37B234

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

Shades of Lime Green #37B234

Tints of Lime Green #37B234

Color information

#37B234 (or 0x37B234) is unknown color: approx Lime Green. HEX triplet: 37, B2 and 34. RGB value is (55,178,52). Sum of RGB (Red+Green+Blue) = 55+178+52=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #37B234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37B234 is #C84DCB. Grayscale: #7F7F7F. Windows color (decimal): -13127116 or 3453495. OLE color: 3453495.

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

Color convert

RGB5517852-
CMYK0.6900.710.30
HSL118.57º54.78%45.1%-
HSV(B)118.57º70.79%69.8%-
XYZ18.1232.98.64-
YUV126.8685.7576.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 178 (69.92% from 255) = 62.46%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=19.30%
G=62.46%
B=18.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55178520.6900.710.30118.5754.7845.1
Hex37B234450471E77372d
Octal67262641050107361676755
Binary11011110110010110100100010101000111111101110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,178,52); }

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

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

 a { background-color: rgb(55,178,52); }

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

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

 span { border-color: rgb(55,178,52); }

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