Html Css Color HEX #40D138 Lime Green

📋 copy color: '#40D138'

red 64 ◦ green 209 ◦ blue 56

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

Shades of Lime Green #40D138

Tints of Lime Green #40D138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 19.45%
G = 63.53%
B = 17.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#40D138 (or 0x40D138) is known color: Lime Green. HEX triplet: 40, D1 and 38. RGB value is (64,209,56). Sum of RGB (Red+Green+Blue) = 64+209+56=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #40D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D138 is #BF2EC7. Grayscale: #949494. Windows color (decimal): -12529352 or 3723584. OLE color: 3723584.

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

Color convert

RGB 64 209 56 -
CMYK 0.69 0 0.73 0.18
HSL 116.86º 0.62% 0.52% -
HSV(B) 116.86º 0.73% 0.82% -
XYZ 25.63 46.98 11.46 -
YUV 148.2 75.96 67.94 -
System Red Green Blue C M Y K H S L
Decimal 64 209 56 0.69 0 0.73 0.18 116.86 0.62 0.52
Hex 40 D1 38 45 0 49 12 75 3E 34
Octal 100 321 70 105 0 111 22 165 76 64
Binary 1000000 11010001 111000 1000101 0 1001001 10010 1110101 111110 110100

Color Harmonies of #40D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D138

Black with #40D138

Text Example


Text Example

White with #40D138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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