Html Css Color HEX #40D450 Lime Green

📋 copy color: '#40D450'

red 64 ◦ green 212 ◦ blue 80

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

Shades of Lime Green #40D450

Tints of Lime Green #40D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.55%

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

R = 17.98%
G = 59.55%
B = 22.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#40D450 (or 0x40D450) is known color: Lime Green. HEX triplet: 40, D4 and 50. RGB value is (64,212,80). Sum of RGB (Red+Green+Blue) = 64+212+80=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #40D450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D450 is #BF2BAF. Grayscale: #999999. Windows color (decimal): -12528560 or 5297216. OLE color: 5297216.

HSL color Cylindrical-coordinate representation of color #40D450: hue angle of 126.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D450 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 212 80 -
CMYK 0.70 0 0.62 0.17
HSL 126.49º 0.63% 0.54% -
HSV(B) 126.49º 0.7% 0.83% -
XYZ 27.11 48.76 15.57 -
YUV 152.7 86.97 64.73 -
System Red Green Blue C M Y K H S L
Decimal 64 212 80 0.70 0 0.62 0.17 126.49 0.63 0.54
Hex 40 D4 50 46 0 3E 11 7E 3F 36
Octal 100 324 120 106 0 76 21 176 77 66
Binary 1000000 11010100 1010000 1000110 0 111110 10001 1111110 111111 110110

Color Harmonies of #40D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D450

Black with #40D450

Text Example


Text Example

White with #40D450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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