#44E445

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

Shades of Lime Green #44E445

Tints of Lime Green #44E445

Color information

#44E445 (or 0x44E445) is unknown color: approx Lime Green. HEX triplet: 44, E4 and 45. RGB value is (68,228,69). Sum of RGB (Red+Green+Blue) = 68+228+69=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #44E445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E445 is #BB1BBA. Grayscale: #A2A2A2. Windows color (decimal): -12262331 or 4580420. OLE color: 4580420.

HSL color Cylindrical-coordinate representation of color #44E445: hue angle of 120.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E445 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB6822869-
CMYK0.7000.700.11
HSL120.38º74.77%58.04%-
HSV(B)120.38º70.18%89.41%-
XYZ31.257.1515.02-
YUV162.0375.4960.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 228 (89.45% from 255) = 62.47%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=18.63%
G=62.47%
B=18.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68228690.7000.700.11120.3874.7758.04
Hex44E44546046B784b3a
Octal10434410510601061317011372
Binary1000100111001001000101100011001000110101111110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,228,69); }

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

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

 a { background-color: rgb(68,228,69); }

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

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

 span { border-color: rgb(68,228,69); }

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