#40D430

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

Shades of Lime Green #40D430

Tints of Lime Green #40D430

Color information

#40D430 (or 0x40D430) is unknown color: approx Lime Green. HEX triplet: 40, D4 and 30. RGB value is (64,212,48). Sum of RGB (Red+Green+Blue) = 64+212+48=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 212 (83.20% from 255 or 65.43% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 212 - color contains mainly: green. Hex color #40D430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D430 is #BF2BCF. Grayscale: #959595. Windows color (decimal): -12528592 or 3200064. OLE color: 3200064.

HSL color Cylindrical-coordinate representation of color #40D430: hue angle of 114.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40D430 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB6421248-
CMYK0.7000.770.17
HSL114.15º65.6%50.98%-
HSV(B)114.15º77.36%83.14%-
XYZ26.1948.3910.76-
YUV149.0570.9767.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 212 (83.20% from 255) = 65.43%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=19.75%
G=65.43%
B=14.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64212480.7000.770.17114.1565.650.98
Hex40D4304604D11724233
Octal1003246010601152116210263
Binary1000000110101001100001000110010011011000111100101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,212,48); }

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

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

 a { background-color: rgb(64,212,48); }

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

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

 span { border-color: rgb(64,212,48); }

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