Html Css Color HEX #40D126 Lime Green

📋 copy color: '#40D126'

red 64 ◦ green 209 ◦ blue 38

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

Shades of Lime Green #40D126

Tints of Lime Green #40D126

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.2%

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 20.58%
G = 67.2%
B = 12.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#40D126 (or 0x40D126) is known color: Lime Green. HEX triplet: 40, D1 and 26. RGB value is (64,209,38). Sum of RGB (Red+Green+Blue) = 64+209+38=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #40D126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D126 is #BF2ED9. Grayscale: #929292. Windows color (decimal): -12529370 or 2543936. OLE color: 2543936.

HSL color Cylindrical-coordinate representation of color #40D126: hue angle of 110.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40D126 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 209 38 -
CMYK 0.69 0 0.82 0.18
HSL 110.88º 0.69% 0.48% -
HSV(B) 110.88º 0.82% 0.82% -
XYZ 25.26 46.83 9.54 -
YUV 146.15 66.96 69.4 -
System Red Green Blue C M Y K H S L
Decimal 64 209 38 0.69 0 0.82 0.18 110.88 0.69 0.48
Hex 40 D1 26 45 0 52 12 6F 45 30
Octal 100 321 46 105 0 122 22 157 105 60
Binary 1000000 11010001 100110 1000101 0 1010010 10010 1101111 1000101 110000

Color Harmonies of #40D126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D126

Black with #40D126

Text Example


Text Example

White with #40D126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,209,38); }

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

background-color css

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

 a { background-color: rgb(64,209,38); }

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

border-color css

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

 span { border-color: rgb(64,209,38); }

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