Html Css Color HEX #40D051 Lime Green

📋 copy color: '#40D051'

red 64 ◦ green 208 ◦ blue 81

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

Shades of Lime Green #40D051

Tints of Lime Green #40D051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 18.13%
G = 58.92%
B = 22.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#40D051 (or 0x40D051) is known color: Lime Green. HEX triplet: 40, D0 and 51. RGB value is (64,208,81). Sum of RGB (Red+Green+Blue) = 64+208+81=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #40D051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D051 is #BF2FAE. Grayscale: #969696. Windows color (decimal): -12529583 or 5361728. OLE color: 5361728.

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

Color convert

RGB 64 208 81 -
CMYK 0.69 0 0.61 0.18
HSL 127.08º 0.61% 0.53% -
HSV(B) 127.08º 0.69% 0.82% -
XYZ 26.16 46.8 15.44 -
YUV 150.47 88.79 66.33 -
System Red Green Blue C M Y K H S L
Decimal 64 208 81 0.69 0 0.61 0.18 127.08 0.61 0.53
Hex 40 D0 51 45 0 3D 12 7F 3D 35
Octal 100 320 121 105 0 75 22 177 75 65
Binary 1000000 11010000 1010001 1000101 0 111101 10010 1111111 111101 110101

Color Harmonies of #40D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D051

Black with #40D051

Text Example


Text Example

White with #40D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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