Html Css Color HEX #40D850 Lime Green

📋 copy color: '#40D850'

red 64 ◦ green 216 ◦ blue 80

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

Shades of Lime Green #40D850

Tints of Lime Green #40D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 17.78%
G = 60%
B = 22.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#40D850 (or 0x40D850) is known color: Lime Green. HEX triplet: 40, D8 and 50. RGB value is (64,216,80). Sum of RGB (Red+Green+Blue) = 64+216+80=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #40D850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D850 is #BF27AF. Grayscale: #9B9B9B. Windows color (decimal): -12527536 or 5298240. OLE color: 5298240.

HSL color Cylindrical-coordinate representation of color #40D850: hue angle of 126.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D850 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 80 -
CMYK 0.70 0 0.63 0.15
HSL 126.32º 0.66% 0.55% -
HSV(B) 126.32º 0.7% 0.85% -
XYZ 28.12 50.78 15.91 -
YUV 155.05 85.64 63.06 -
System Red Green Blue C M Y K H S L
Decimal 64 216 80 0.70 0 0.63 0.15 126.32 0.66 0.55
Hex 40 D8 50 46 0 3F F 7E 42 37
Octal 100 330 120 106 0 77 17 176 102 67
Binary 1000000 11011000 1010000 1000110 0 111111 1111 1111110 1000010 110111

Color Harmonies of #40D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D850

Black with #40D850

Text Example


Text Example

White with #40D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,80); }

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

background-color css

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

 a { background-color: rgb(64,216,80); }

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

border-color css

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

 span { border-color: rgb(64,216,80); }

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