Html Css Color HEX #40C826 Lime Green

📋 copy color: '#40C826'

red 64 ◦ green 200 ◦ blue 38

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

Shades of Lime Green #40C826

Tints of Lime Green #40C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.23%

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

R = 21.19%
G = 66.23%
B = 12.58%

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

#40C826 (or 0x40C826) is known color: Lime Green. HEX triplet: 40, C8 and 26. RGB value is (64,200,38). Sum of RGB (Red+Green+Blue) = 64+200+38=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #40C826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C826 is #BF37D9. Grayscale: #8D8D8D. Windows color (decimal): -12531674 or 2541632. OLE color: 2541632.

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

Color convert

RGB 64 200 38 -
CMYK 0.68 0 0.81 0.22
HSL 110.37º 0.68% 0.47% -
HSV(B) 110.37º 0.81% 0.78% -
XYZ 23.12 42.54 8.83 -
YUV 140.87 69.94 73.17 -
System Red Green Blue C M Y K H S L
Decimal 64 200 38 0.68 0 0.81 0.22 110.37 0.68 0.47
Hex 40 C8 26 44 0 51 16 6E 44 2F
Octal 100 310 46 104 0 121 26 156 104 57
Binary 1000000 11001000 100110 1000100 0 1010001 10110 1101110 1000100 101111

Color Harmonies of #40C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C826

Black with #40C826

Text Example


Text Example

White with #40C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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