Html Css Color HEX #40D63B Lime Green

📋 copy color: '#40D63B'

red 64 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #40D63B

Tints of Lime Green #40D63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.5%

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 18.99%
G = 63.5%
B = 17.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#40D63B (or 0x40D63B) is known color: Lime Green. HEX triplet: 40, D6 and 3B. RGB value is (64,214,59). Sum of RGB (Red+Green+Blue) = 64+214+59=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #40D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D63B is #BF29C4. Grayscale: #979797. Windows color (decimal): -12528069 or 3921472. OLE color: 3921472.

HSL color Cylindrical-coordinate representation of color #40D63B: hue angle of 118.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40D63B is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 59 -
CMYK 0.70 0 0.72 0.16
HSL 118.06º 0.65% 0.54% -
HSV(B) 118.06º 0.72% 0.84% -
XYZ 26.95 49.5 12.27 -
YUV 151.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 64 214 59 0.70 0 0.72 0.16 118.06 0.65 0.54
Hex 40 D6 3B 46 0 48 10 76 41 36
Octal 100 326 73 106 0 110 20 166 101 66
Binary 1000000 11010110 111011 1000110 0 1001000 10000 1110110 1000001 110110

Color Harmonies of #40D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D63B

Black with #40D63B

Text Example


Text Example

White with #40D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,59); }

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

background-color css

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

 a { background-color: rgb(64,214,59); }

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

border-color css

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

 span { border-color: rgb(64,214,59); }

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