Html Css Color HEX #40D048 Lime Green

📋 copy color: '#40D048'

red 64 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #40D048

Tints of Lime Green #40D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 18.6%
G = 60.47%
B = 20.93%

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

#40D048 (or 0x40D048) is known color: Lime Green. HEX triplet: 40, D0 and 48. RGB value is (64,208,72). Sum of RGB (Red+Green+Blue) = 64+208+72=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #40D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D048 is #BF2FB7. Grayscale: #959595. Windows color (decimal): -12529592 or 4771904. OLE color: 4771904.

HSL color Cylindrical-coordinate representation of color #40D048: hue angle of 123.33º 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 #40D048 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 72 -
CMYK 0.69 0 0.65 0.18
HSL 123.33º 0.61% 0.53% -
HSV(B) 123.33º 0.69% 0.82% -
XYZ 25.84 46.67 13.78 -
YUV 149.44 84.29 67.06 -
System Red Green Blue C M Y K H S L
Decimal 64 208 72 0.69 0 0.65 0.18 123.33 0.61 0.53
Hex 40 D0 48 45 0 41 12 7B 3D 35
Octal 100 320 110 105 0 101 22 173 75 65
Binary 1000000 11010000 1001000 1000101 0 1000001 10010 1111011 111101 110101

Color Harmonies of #40D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D048

Black with #40D048

Text Example


Text Example

White with #40D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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