#44BC37

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

Shades of Lime Green #44BC37

Tints of Lime Green #44BC37

Color information

#44BC37 (or 0x44BC37) is unknown color: approx Lime Green. HEX triplet: 44, BC and 37. RGB value is (68,188,55). Sum of RGB (Red+Green+Blue) = 68+188+55=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC37 is #BB43C8. Grayscale: #898989. Windows color (decimal): -12272585 or 3652676. OLE color: 3652676.

HSL color Cylindrical-coordinate representation of color #44BC37: hue angle of 114.14º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44BC37 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB6818855-
CMYK0.6400.710.26
HSL114.14º54.73%47.65%-
HSV(B)114.14º70.74%73.73%-
XYZ21.0637.479.74-
YUV136.9681.7478.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 188 (73.83% from 255) = 60.45%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=21.86%
G=60.45%
B=17.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68188550.6400.710.26114.1454.7347.65
Hex44BC37400471A723730
Octal104274671000107321626760
Binary100010010111100110111100000001000111110101110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BC37; }

 p { color: rgb(68,188,55); }

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

<style>
 a { background-color: #44BC37; }

 a { background-color: rgb(68,188,55); }

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

<style>
 span { border-color: #44BC37; }

 span { border-color: rgb(68,188,55); }

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