Html Css Color HEX #40C526 Lime Green

📋 copy color: '#40C526'

red 64 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #40C526

Tints of Lime Green #40C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.89%

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

R = 21.4%
G = 65.89%
B = 12.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#40C526 (or 0x40C526) is known color: Lime Green. HEX triplet: 40, C5 and 26. RGB value is (64,197,38). Sum of RGB (Red+Green+Blue) = 64+197+38=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #40C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C526 is #BF3AD9. Grayscale: #8B8B8B. Windows color (decimal): -12532442 or 2540864. OLE color: 2540864.

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

Color convert

RGB 64 197 38 -
CMYK 0.68 0 0.81 0.23
HSL 110.19º 0.68% 0.46% -
HSV(B) 110.19º 0.81% 0.77% -
XYZ 22.43 41.16 8.6 -
YUV 139.11 70.94 74.43 -
System Red Green Blue C M Y K H S L
Decimal 64 197 38 0.68 0 0.81 0.23 110.19 0.68 0.46
Hex 40 C5 26 44 0 51 17 6E 44 2E
Octal 100 305 46 104 0 121 27 156 104 56
Binary 1000000 11000101 100110 1000100 0 1010001 10111 1101110 1000100 101110

Color Harmonies of #40C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C526

Black with #40C526

Text Example


Text Example

White with #40C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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