#44CE40

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

Shades of Lime Green #44CE40

Tints of Lime Green #44CE40

Color information

#44CE40 (or 0x44CE40) is unknown color: approx Lime Green. HEX triplet: 44, CE and 40. RGB value is (68,206,64). Sum of RGB (Red+Green+Blue) = 68+206+64=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE40 is #BB31BF. Grayscale: #949494. Windows color (decimal): -12267968 or 4247108. OLE color: 4247108.

HSL color Cylindrical-coordinate representation of color #44CE40: hue angle of 118.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CE40 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB6820664-
CMYK0.6700.690.19
HSL118.31º59.17%52.94%-
HSV(B)118.31º68.93%80.78%-
XYZ25.3845.7412.34-
YUV148.5580.2870.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 206 (80.86% from 255) = 60.95%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=20.12%
G=60.95%
B=18.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68206640.6700.690.19118.3159.1752.94
Hex44CE404304513763b35
Octal1043161001030105231667365
Binary1000100110011101000000100001101000101100111110110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,206,64); }

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

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

 a { background-color: rgb(68,206,64); }

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

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

 span { border-color: rgb(68,206,64); }

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