Html Css Color HEX #40C726 Lime Green

📋 copy color: '#40C726'

red 64 ◦ green 199 ◦ blue 38

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

Shades of Lime Green #40C726

Tints of Lime Green #40C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 66.11%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 21.26%
G = 66.11%
B = 12.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#40C726 (or 0x40C726) is known color: Lime Green. HEX triplet: 40, C7 and 26. RGB value is (64,199,38). Sum of RGB (Red+Green+Blue) = 64+199+38=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 199 (78.12% from 255 or 66.11% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 199 - color contains mainly: green. Hex color #40C726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C726 is #BF38D9. Grayscale: #8C8C8C. Windows color (decimal): -12531930 or 2541376. OLE color: 2541376.

HSL color Cylindrical-coordinate representation of color #40C726: hue angle of 110.31º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40C726 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 199 38 -
CMYK 0.68 0 0.81 0.22
HSL 110.31º 0.68% 0.46% -
HSV(B) 110.31º 0.81% 0.78% -
XYZ 22.89 42.08 8.75 -
YUV 140.28 70.27 73.59 -
System Red Green Blue C M Y K H S L
Decimal 64 199 38 0.68 0 0.81 0.22 110.31 0.68 0.46
Hex 40 C7 26 44 0 51 16 6E 44 2E
Octal 100 307 46 104 0 121 26 156 104 56
Binary 1000000 11000111 100110 1000100 0 1010001 10110 1101110 1000100 101110

Color Harmonies of #40C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C726

Black with #40C726

Text Example


Text Example

White with #40C726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,199,38); }

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

background-color css

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

 a { background-color: rgb(64,199,38); }

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

border-color css

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

 span { border-color: rgb(64,199,38); }

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