Html Css Color HEX #40DF26 Lime Green

📋 copy color: '#40DF26'

red 64 ◦ green 223 ◦ blue 38

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

Shades of Lime Green #40DF26

Tints of Lime Green #40DF26

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.62%

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

R = 19.69%
G = 68.62%
B = 11.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#40DF26 (or 0x40DF26) is known color: Lime Green. HEX triplet: 40, DF and 26. RGB value is (64,223,38). Sum of RGB (Red+Green+Blue) = 64+223+38=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF26 is #BF20D9. Grayscale: #9A9A9A. Windows color (decimal): -12525786 or 2547520. OLE color: 2547520.

HSL color Cylindrical-coordinate representation of color #40DF26: hue angle of 111.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40DF26 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 223 38 -
CMYK 0.71 0 0.83 0.13
HSL 111.57º 0.74% 0.51% -
HSV(B) 111.57º 0.83% 0.87% -
XYZ 28.85 54.01 10.74 -
YUV 154.37 62.32 63.54 -
System Red Green Blue C M Y K H S L
Decimal 64 223 38 0.71 0 0.83 0.13 111.57 0.74 0.51
Hex 40 DF 26 47 0 53 D 70 4A 33
Octal 100 337 46 107 0 123 15 160 112 63
Binary 1000000 11011111 100110 1000111 0 1010011 1101 1110000 1001010 110011

Color Harmonies of #40DF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF26

Black with #40DF26

Text Example


Text Example

White with #40DF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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