Html Css Color HEX #40D139 Lime Green

📋 copy color: '#40D139'

red 64 ◦ green 209 ◦ blue 57

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

Shades of Lime Green #40D139

Tints of Lime Green #40D139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 19.39%
G = 63.33%
B = 17.27%

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

#40D139 (or 0x40D139) is known color: Lime Green. HEX triplet: 40, D1 and 39. RGB value is (64,209,57). Sum of RGB (Red+Green+Blue) = 64+209+57=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #40D139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D139 is #BF2EC6. Grayscale: #949494. Windows color (decimal): -12529351 or 3789120. OLE color: 3789120.

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

Color convert

RGB 64 209 57 -
CMYK 0.69 0 0.73 0.18
HSL 117.24º 0.62% 0.52% -
HSV(B) 117.24º 0.73% 0.82% -
XYZ 25.65 46.99 11.59 -
YUV 148.32 76.46 67.86 -
System Red Green Blue C M Y K H S L
Decimal 64 209 57 0.69 0 0.73 0.18 117.24 0.62 0.52
Hex 40 D1 39 45 0 49 12 75 3E 34
Octal 100 321 71 105 0 111 22 165 76 64
Binary 1000000 11010001 111001 1000101 0 1001001 10010 1110101 111110 110100

Color Harmonies of #40D139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D139

Black with #40D139

Text Example


Text Example

White with #40D139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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