#40DA35

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

Shades of Lime Green #40DA35

Tints of Lime Green #40DA35

Color information

#40DA35 (or 0x40DA35) is unknown color: approx Lime Green. HEX triplet: 40, DA and 35. RGB value is (64,218,53). Sum of RGB (Red+Green+Blue) = 64+218+53=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA35 is #BF25CA. Grayscale: #999999. Windows color (decimal): -12527051 or 3529280. OLE color: 3529280.

HSL color Cylindrical-coordinate representation of color #40DA35: hue angle of 116º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40DA35 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB6421853-
CMYK0.7100.760.15
HSL116º69.04%53.14%-
HSV(B)116º75.69%85.49%-
XYZ27.8351.4911.84-
YUV153.1471.4864.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 218 (85.55% from 255) = 65.07%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=19.10%
G=65.07%
B=15.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64218530.7100.760.1511669.0453.14
Hex40DA354704CF744535
Octal1003326510701141716410565
Binary100000011011010110101100011101001100111111101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,218,53); }

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

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

 a { background-color: rgb(64,218,53); }

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

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

 span { border-color: rgb(64,218,53); }

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