Html Css Color HEX #40D045 Lime Green

📋 copy color: '#40D045'

red 64 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #40D045

Tints of Lime Green #40D045

RGB

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

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

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

R = 18.77%
G = 61%
B = 20.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#40D045 (or 0x40D045) is known color: Lime Green. HEX triplet: 40, D0 and 45. RGB value is (64,208,69). Sum of RGB (Red+Green+Blue) = 64+208+69=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #40D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D045 is #BF2FBA. Grayscale: #959595. Windows color (decimal): -12529595 or 4575296. OLE color: 4575296.

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

Color convert

RGB 64 208 69 -
CMYK 0.69 0 0.67 0.18
HSL 122.08º 0.61% 0.53% -
HSV(B) 122.08º 0.69% 0.82% -
XYZ 25.74 46.63 13.27 -
YUV 149.1 82.79 67.3 -
System Red Green Blue C M Y K H S L
Decimal 64 208 69 0.69 0 0.67 0.18 122.08 0.61 0.53
Hex 40 D0 45 45 0 43 12 7A 3D 35
Octal 100 320 105 105 0 103 22 172 75 65
Binary 1000000 11010000 1000101 1000101 0 1000011 10010 1111010 111101 110101

Color Harmonies of #40D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D045

Black with #40D045

Text Example


Text Example

White with #40D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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