Html Css Color HEX #40D545 Lime Green

📋 copy color: '#40D545'

red 64 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #40D545

Tints of Lime Green #40D545

RGB

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

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

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

R = 18.5%
G = 61.56%
B = 19.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#40D545 (or 0x40D545) is known color: Lime Green. HEX triplet: 40, D5 and 45. RGB value is (64,213,69). Sum of RGB (Red+Green+Blue) = 64+213+69=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #40D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D545 is #BF2ABA. Grayscale: #989898. Windows color (decimal): -12528315 or 4576576. OLE color: 4576576.

HSL color Cylindrical-coordinate representation of color #40D545: hue angle of 122.01º 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 #40D545 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 69 -
CMYK 0.70 0 0.68 0.16
HSL 122.01º 0.64% 0.54% -
HSV(B) 122.01º 0.7% 0.84% -
XYZ 26.98 49.11 13.69 -
YUV 152.03 81.14 65.21 -
System Red Green Blue C M Y K H S L
Decimal 64 213 69 0.70 0 0.68 0.16 122.01 0.64 0.54
Hex 40 D5 45 46 0 44 10 7A 40 36
Octal 100 325 105 106 0 104 20 172 100 66
Binary 1000000 11010101 1000101 1000110 0 1000100 10000 1111010 1000000 110110

Color Harmonies of #40D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D545

Black with #40D545

Text Example


Text Example

White with #40D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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