Html Css Color HEX #40D548 Lime Green

📋 copy color: '#40D548'

red 64 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #40D548

Tints of Lime Green #40D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.03%

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

R = 18.34%
G = 61.03%
B = 20.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#40D548 (or 0x40D548) is known color: Lime Green. HEX triplet: 40, D5 and 48. RGB value is (64,213,72). Sum of RGB (Red+Green+Blue) = 64+213+72=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #40D548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D548 is #BF2AB7. Grayscale: #989898. Windows color (decimal): -12528312 or 4773184. OLE color: 4773184.

HSL color Cylindrical-coordinate representation of color #40D548: hue angle of 123.22º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D548 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 72 -
CMYK 0.70 0 0.66 0.16
HSL 123.22º 0.64% 0.54% -
HSV(B) 123.22º 0.7% 0.84% -
XYZ 27.08 49.15 14.19 -
YUV 152.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 64 213 72 0.70 0 0.66 0.16 123.22 0.64 0.54
Hex 40 D5 48 46 0 42 10 7B 40 36
Octal 100 325 110 106 0 102 20 173 100 66
Binary 1000000 11010101 1001000 1000110 0 1000010 10000 1111011 1000000 110110

Color Harmonies of #40D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D548

Black with #40D548

Text Example


Text Example

White with #40D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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