#40CE44

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

Shades of Lime Green #40CE44

Tints of Lime Green #40CE44

Color information

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

HSL color Cylindrical-coordinate representation of color #40CE44: hue angle of 121.69º 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 #40CE44 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB6420668-
CMYK0.6900.670.19
HSL121.69º59.17%52.94%-
HSV(B)121.69º68.93%80.78%-
XYZ25.2345.6512.95-
YUV147.8182.9668.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64206680.6900.670.19121.6959.1752.94
Hex40CE4445043137a3b35
Octal1003161041050103231727365
Binary1000000110011101000100100010101000011100111111010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40CE44; }

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

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

<style>
 a { background-color: #40CE44; }

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

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

<style>
 span { border-color: #40CE44; }

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

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