#44BF3E

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

Shades of Lime Green #44BF3E

Tints of Lime Green #44BF3E

Color information

#44BF3E (or 0x44BF3E) is unknown color: approx Lime Green. HEX triplet: 44, BF and 3E. RGB value is (68,191,62). Sum of RGB (Red+Green+Blue) = 68+191+62=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF3E is #BB40C1. Grayscale: #8B8B8B. Windows color (decimal): -12271810 or 4112196. OLE color: 4112196.

HSL color Cylindrical-coordinate representation of color #44BF3E: hue angle of 117.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44BF3E is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB6819162-
CMYK0.6400.680.25
HSL117.21º50.99%49.61%-
HSV(B)117.21º67.54%74.9%-
XYZ21.8838.8410.9-
YUV139.5284.2576.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 191 (75% from 255) = 59.50%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=21.18%
G=59.50%
B=19.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68191620.6400.680.25117.2150.9949.61
Hex44BF3E4004419753332
Octal104277761000104311656362
Binary100010010111111111110100000001000100110011110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,191,62); }

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

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

 a { background-color: rgb(68,191,62); }

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

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

 span { border-color: rgb(68,191,62); }

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