Html Css Color HEX #40CD51 Lime Green

📋 copy color: '#40CD51'

red 64 ◦ green 205 ◦ blue 81

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

Shades of Lime Green #40CD51

Tints of Lime Green #40CD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 18.29%
G = 58.57%
B = 23.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#40CD51 (or 0x40CD51) is known color: Lime Green. HEX triplet: 40, CD and 51. RGB value is (64,205,81). Sum of RGB (Red+Green+Blue) = 64+205+81=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD51 is #BF32AE. Grayscale: #959595. Windows color (decimal): -12530351 or 5360960. OLE color: 5360960.

HSL color Cylindrical-coordinate representation of color #40CD51: hue angle of 127.23º 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 #40CD51 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 81 -
CMYK 0.69 0 0.60 0.20
HSL 127.23º 0.59% 0.53% -
HSV(B) 127.23º 0.69% 0.8% -
XYZ 25.43 45.35 15.2 -
YUV 148.71 89.79 67.58 -
System Red Green Blue C M Y K H S L
Decimal 64 205 81 0.69 0 0.60 0.20 127.23 0.59 0.53
Hex 40 CD 51 45 0 3C 14 7F 3B 35
Octal 100 315 121 105 0 74 24 177 73 65
Binary 1000000 11001101 1010001 1000101 0 111100 10100 1111111 111011 110101

Color Harmonies of #40CD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD51

Black with #40CD51

Text Example


Text Example

White with #40CD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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