Html Css Color HEX #40DD45 Lime Green

📋 copy color: '#40DD45'

red 64 ◦ green 221 ◦ blue 69

#40DD45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #40DD45

Tints of Lime Green #40DD45

RGB

 RED value IS 64 (25.39% from 255) = 18.08%

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 18.08%
G = 62.43%
B = 19.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#40DD45 (or 0x40DD45) is known color: Lime Green. HEX triplet: 40, DD and 45. RGB value is (64,221,69). Sum of RGB (Red+Green+Blue) = 64+221+69=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD45 is #BF22BA. Grayscale: #9D9D9D. Windows color (decimal): -12526267 or 4578624. OLE color: 4578624.

HSL color Cylindrical-coordinate representation of color #40DD45: hue angle of 121.91º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD45 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 69 -
CMYK 0.71 0 0.69 0.13
HSL 121.91º 0.7% 0.56% -
HSV(B) 121.91º 0.71% 0.87% -
XYZ 29.04 53.23 14.37 -
YUV 156.73 78.49 61.86 -
System Red Green Blue C M Y K H S L
Decimal 64 221 69 0.71 0 0.69 0.13 121.91 0.7 0.56
Hex 40 DD 45 47 0 45 D 7A 46 38
Octal 100 335 105 107 0 105 15 172 106 70
Binary 1000000 11011101 1000101 1000111 0 1000101 1101 1111010 1000110 111000

Color Harmonies of #40DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD45

Black with #40DD45

Text Example


Text Example

White with #40DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,69); }

 H1.HeaderClassName
 {
   color: #40DD45;
 }
 .AnyTagClassName
 {
   color: #40DD45;
 }
</style>

background-color css

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

 a { background-color: rgb(64,221,69); }

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

border-color css

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

 span { border-color: rgb(64,221,69); }

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