Html Css Color HEX #40D630 Lime Green

📋 copy color: '#40D630'

red 64 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #40D630

Tints of Lime Green #40D630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 19.63%
G = 65.64%
B = 14.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#40D630 (or 0x40D630) is known color: Lime Green. HEX triplet: 40, D6 and 30. RGB value is (64,214,48). Sum of RGB (Red+Green+Blue) = 64+214+48=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #40D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D630 is #BF29CF. Grayscale: #969696. Windows color (decimal): -12528080 or 3200576. OLE color: 3200576.

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

Color convert

RGB 64 214 48 -
CMYK 0.70 0 0.78 0.16
HSL 114.22º 0.67% 0.51% -
HSV(B) 114.22º 0.78% 0.84% -
XYZ 26.69 49.4 10.92 -
YUV 150.23 70.31 66.5 -
System Red Green Blue C M Y K H S L
Decimal 64 214 48 0.70 0 0.78 0.16 114.22 0.67 0.51
Hex 40 D6 30 46 0 4E 10 72 43 33
Octal 100 326 60 106 0 116 20 162 103 63
Binary 1000000 11010110 110000 1000110 0 1001110 10000 1110010 1000011 110011

Color Harmonies of #40D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D630

Black with #40D630

Text Example


Text Example

White with #40D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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