#40F34A

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

Shades of Lime Green #40F34A

Tints of Lime Green #40F34A

Color information

#40F34A (or 0x40F34A) is unknown color: approx Lime Green. HEX triplet: 40, F3 and 4A. RGB value is (64,243,74). Sum of RGB (Red+Green+Blue) = 64+243+74=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #40F34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F34A is #BF0CB5. Grayscale: #AAAAAA. Windows color (decimal): -12520630 or 4911936. OLE color: 4911936.

HSL color Cylindrical-coordinate representation of color #40F34A: hue angle of 123.35º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F34A is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB6424374-
CMYK0.7400.700.05
HSL123.35º88.18%60.2%-
HSV(B)123.35º73.66%95.29%-
XYZ35.465.6917.29-
YUV170.2173.752.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 243 (95.31% from 255) = 63.78%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=16.80%
G=63.78%
B=19.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64243740.7400.700.05123.3588.1860.2
Hex40F34A4A04657b583c
Octal1003631121120106517313074
Binary100000011110011100101010010100100011010111110111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,243,74); }

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

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

 a { background-color: rgb(64,243,74); }

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

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

 span { border-color: rgb(64,243,74); }

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