Html Css Color HEX #40CD4C Lime Green

📋 copy color: '#40CD4C'

red 64 ◦ green 205 ◦ blue 76

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

Shades of Lime Green #40CD4C

Tints of Lime Green #40CD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 18.55%
G = 59.42%
B = 22.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#40CD4C (or 0x40CD4C) is known color: Lime Green. HEX triplet: 40, CD and 4C. RGB value is (64,205,76). Sum of RGB (Red+Green+Blue) = 64+205+76=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD4C is #BF32B3. Grayscale: #949494. Windows color (decimal): -12530356 or 5033280. OLE color: 5033280.

HSL color Cylindrical-coordinate representation of color #40CD4C: hue angle of 125.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD4C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 76 -
CMYK 0.69 0 0.63 0.20
HSL 125.11º 0.59% 0.53% -
HSV(B) 125.11º 0.69% 0.8% -
XYZ 25.25 45.27 14.25 -
YUV 148.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 64 205 76 0.69 0 0.63 0.20 125.11 0.59 0.53
Hex 40 CD 4C 45 0 3F 14 7D 3B 35
Octal 100 315 114 105 0 77 24 175 73 65
Binary 1000000 11001101 1001100 1000101 0 111111 10100 1111101 111011 110101

Color Harmonies of #40CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD4C

Black with #40CD4C

Text Example


Text Example

White with #40CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,76); }

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

background-color css

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

 a { background-color: rgb(64,205,76); }

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

border-color css

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

 span { border-color: rgb(64,205,76); }

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