#40F43D

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

Shades of Lime Green #40F43D

Tints of Lime Green #40F43D

Color information

#40F43D (or 0x40F43D) is unknown color: approx Lime Green. HEX triplet: 40, F4 and 3D. RGB value is (64,244,61). Sum of RGB (Red+Green+Blue) = 64+244+61=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #40F43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F43D is #BF0BC2. Grayscale: #A9A9A9. Windows color (decimal): -12520387 or 4060224. OLE color: 4060224.

HSL color Cylindrical-coordinate representation of color #40F43D: hue angle of 119.02º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40F43D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB6424461-
CMYK0.7400.750.04
HSL119.02º89.27%59.8%-
HSV(B)119.02º75%95.69%-
XYZ35.3166.1315.32-
YUV169.3266.8752.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 244 (95.70% from 255) = 66.12%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=17.34%
G=66.12%
B=16.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64244610.7400.750.04119.0289.2759.8
Hex40F43D4A04B477593c
Octal100364751120113416713174
Binary10000001111010011110110010100100101110011101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,244,61); }

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

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

 a { background-color: rgb(64,244,61); }

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

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

 span { border-color: rgb(64,244,61); }

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