Html Css Color HEX #40C53D Lime Green

📋 copy color: '#40C53D'

red 64 ◦ green 197 ◦ blue 61

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

Shades of Lime Green #40C53D

Tints of Lime Green #40C53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 19.88%
G = 61.18%
B = 18.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#40C53D (or 0x40C53D) is known color: Lime Green. HEX triplet: 40, C5 and 3D. RGB value is (64,197,61). Sum of RGB (Red+Green+Blue) = 64+197+61=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #40C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C53D is #BF3AC2. Grayscale: #8E8E8E. Windows color (decimal): -12532419 or 4048192. OLE color: 4048192.

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

Color convert

RGB 64 197 61 -
CMYK 0.68 0 0.69 0.23
HSL 118.68º 0.54% 0.51% -
HSV(B) 118.68º 0.69% 0.77% -
XYZ 22.92 41.36 11.19 -
YUV 141.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 64 197 61 0.68 0 0.69 0.23 118.68 0.54 0.51
Hex 40 C5 3D 44 0 45 17 77 36 33
Octal 100 305 75 104 0 105 27 167 66 63
Binary 1000000 11000101 111101 1000100 0 1000101 10111 1110111 110110 110011

Color Harmonies of #40C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C53D

Black with #40C53D

Text Example


Text Example

White with #40C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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