Html Css Color HEX #40D049 Lime Green

📋 copy color: '#40D049'

red 64 ◦ green 208 ◦ blue 73

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

Shades of Lime Green #40D049

Tints of Lime Green #40D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.29%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 18.55%
G = 60.29%
B = 21.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#40D049 (or 0x40D049) is known color: Lime Green. HEX triplet: 40, D0 and 49. RGB value is (64,208,73). Sum of RGB (Red+Green+Blue) = 64+208+73=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #40D049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D049 is #BF2FB6. Grayscale: #959595. Windows color (decimal): -12529591 or 4837440. OLE color: 4837440.

HSL color Cylindrical-coordinate representation of color #40D049: hue angle of 123.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D049 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 73 -
CMYK 0.69 0 0.65 0.18
HSL 123.75º 0.61% 0.53% -
HSV(B) 123.75º 0.69% 0.82% -
XYZ 25.87 46.68 13.95 -
YUV 149.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 64 208 73 0.69 0 0.65 0.18 123.75 0.61 0.53
Hex 40 D0 49 45 0 41 12 7C 3D 35
Octal 100 320 111 105 0 101 22 174 75 65
Binary 1000000 11010000 1001001 1000101 0 1000001 10010 1111100 111101 110101

Color Harmonies of #40D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D049

Black with #40D049

Text Example


Text Example

White with #40D049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,73); }

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

background-color css

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

 a { background-color: rgb(64,208,73); }

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

border-color css

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

 span { border-color: rgb(64,208,73); }

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