Html Css Color HEX #40D824 Lime Green

📋 copy color: '#40D824'

red 64 ◦ green 216 ◦ blue 36

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

Shades of Lime Green #40D824

Tints of Lime Green #40D824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 20.25%
G = 68.35%
B = 11.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#40D824 (or 0x40D824) is known color: Lime Green. HEX triplet: 40, D8 and 24. RGB value is (64,216,36). Sum of RGB (Red+Green+Blue) = 64+216+36=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #40D824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D824 is #BF27DB. Grayscale: #969696. Windows color (decimal): -12527580 or 2414656. OLE color: 2414656.

HSL color Cylindrical-coordinate representation of color #40D824: hue angle of 110.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40D824 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 36 -
CMYK 0.70 0 0.83 0.15
HSL 110.67º 0.71% 0.49% -
HSV(B) 110.67º 0.83% 0.85% -
XYZ 26.99 50.33 9.96 -
YUV 150.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 64 216 36 0.70 0 0.83 0.15 110.67 0.71 0.49
Hex 40 D8 24 46 0 53 F 6F 47 31
Octal 100 330 44 106 0 123 17 157 107 61
Binary 1000000 11011000 100100 1000110 0 1010011 1111 1101111 1000111 110001

Color Harmonies of #40D824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D824

Black with #40D824

Text Example


Text Example

White with #40D824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,36); }

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

background-color css

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

 a { background-color: rgb(64,216,36); }

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

border-color css

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

 span { border-color: rgb(64,216,36); }

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