#40D61D

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

Shades of Lime Green #40D61D

Tints of Lime Green #40D61D

Color information

#40D61D (or 0x40D61D) is unknown color: approx Lime Green. HEX triplet: 40, D6 and 1D. RGB value is (64,214,29). Sum of RGB (Red+Green+Blue) = 64+214+29=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #40D61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D61D is #BF29E2. Grayscale: #949494. Windows color (decimal): -12528099 or 1955392. OLE color: 1955392.

HSL color Cylindrical-coordinate representation of color #40D61D: hue angle of 108.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40D61D is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB6421429-
CMYK0.7000.860.16
HSL108.65º76.13%47.65%-
HSV(B)108.65º86.45%83.92%-
XYZ26.3849.279.28-
YUV148.0660.868.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 214 (83.98% from 255) = 69.71%
BLUE value IS 29 (11.72% from 255) = 9.45%
R=20.85%
G=69.71%
B=9.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64214290.7000.860.16108.6576.1347.65
Hex40D61D46056106d4c30
Octal1003263510601262015511460
Binary100000011010110111011000110010101101000011011011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,29); }

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

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

 a { background-color: rgb(64,214,29); }

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

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

 span { border-color: rgb(64,214,29); }

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