#37B434

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

Shades of Lime Green #37B434

Tints of Lime Green #37B434

Color information

#37B434 (or 0x37B434) is unknown color: approx Lime Green. HEX triplet: 37, B4 and 34. RGB value is (55,180,52). Sum of RGB (Red+Green+Blue) = 55+180+52=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #37B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B434 is #C84BCB. Grayscale: #808080. Windows color (decimal): -13126604 or 3454007. OLE color: 3454007.

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

Color convert

RGB5518052-
CMYK0.6900.710.29
HSL118.59º55.17%45.49%-
HSV(B)118.59º71.11%70.59%-
XYZ18.5233.78.78-
YUV128.0385.0975.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=19.16%
G=62.72%
B=18.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55180520.6900.710.29118.5955.1745.49
Hex37B434450471D77372d
Octal67264641050107351676755
Binary11011110110100110100100010101000111111011110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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