Html Css Color HEX #40D523 Lime Green

📋 copy color: '#40D523'

red 64 ◦ green 213 ◦ blue 35

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

Shades of Lime Green #40D523

Tints of Lime Green #40D523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.27%

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 20.51%
G = 68.27%
B = 11.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#40D523 (or 0x40D523) is known color: Lime Green. HEX triplet: 40, D5 and 23. RGB value is (64,213,35). Sum of RGB (Red+Green+Blue) = 64+213+35=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #40D523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D523 is #BF2ADC. Grayscale: #949494. Windows color (decimal): -12528349 or 2348352. OLE color: 2348352.

HSL color Cylindrical-coordinate representation of color #40D523: hue angle of 110.22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40D523 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 35 -
CMYK 0.70 0 0.84 0.16
HSL 110.22º 0.72% 0.49% -
HSV(B) 110.22º 0.84% 0.84% -
XYZ 26.21 48.8 9.63 -
YUV 148.16 64.14 67.97 -
System Red Green Blue C M Y K H S L
Decimal 64 213 35 0.70 0 0.84 0.16 110.22 0.72 0.49
Hex 40 D5 23 46 0 54 10 6E 48 31
Octal 100 325 43 106 0 124 20 156 110 61
Binary 1000000 11010101 100011 1000110 0 1010100 10000 1101110 1001000 110001

Color Harmonies of #40D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D523

Black with #40D523

Text Example


Text Example

White with #40D523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,213,35); }

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

background-color css

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

 a { background-color: rgb(64,213,35); }

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

border-color css

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

 span { border-color: rgb(64,213,35); }

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