Html Css Color HEX #40CD45 Lime Green

📋 copy color: '#40CD45'

red 64 ◦ green 205 ◦ blue 69

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

Shades of Lime Green #40CD45

Tints of Lime Green #40CD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.65%

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

R = 18.93%
G = 60.65%
B = 20.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#40CD45 (or 0x40CD45) is known color: Lime Green. HEX triplet: 40, CD and 45. RGB value is (64,205,69). Sum of RGB (Red+Green+Blue) = 64+205+69=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD45 is #BF32BA. Grayscale: #939393. Windows color (decimal): -12530363 or 4574528. OLE color: 4574528.

HSL color Cylindrical-coordinate representation of color #40CD45: hue angle of 122.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD45 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 69 -
CMYK 0.69 0 0.66 0.20
HSL 122.13º 0.59% 0.53% -
HSV(B) 122.13º 0.69% 0.8% -
XYZ 25.02 45.18 13.03 -
YUV 147.34 83.79 68.56 -
System Red Green Blue C M Y K H S L
Decimal 64 205 69 0.69 0 0.66 0.20 122.13 0.59 0.53
Hex 40 CD 45 45 0 42 14 7A 3B 35
Octal 100 315 105 105 0 102 24 172 73 65
Binary 1000000 11001101 1000101 1000101 0 1000010 10100 1111010 111011 110101

Color Harmonies of #40CD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD45

Black with #40CD45

Text Example


Text Example

White with #40CD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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