Html Css Color HEX #40CD52 Lime Green

📋 copy color: '#40CD52'

red 64 ◦ green 205 ◦ blue 82

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

Shades of Lime Green #40CD52

Tints of Lime Green #40CD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.36%

R = 18.23%
G = 58.4%
B = 23.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#40CD52 (or 0x40CD52) is known color: Lime Green. HEX triplet: 40, CD and 52. RGB value is (64,205,82). Sum of RGB (Red+Green+Blue) = 64+205+82=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD52 is #BF32AD. Grayscale: #959595. Windows color (decimal): -12530350 or 5426496. OLE color: 5426496.

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

Color convert

RGB 64 205 82 -
CMYK 0.69 0 0.6 0.20
HSL 127.66º 0.59% 0.53% -
HSV(B) 127.66º 0.69% 0.8% -
XYZ 25.47 45.36 15.4 -
YUV 148.82 90.29 67.5 -
System Red Green Blue C M Y K H S L
Decimal 64 205 82 0.69 0 0.6 0.20 127.66 0.59 0.53
Hex 40 CD 52 45 0 3C 14 80 3B 35
Octal 100 315 122 105 0 74 24 200 73 65
Binary 1000000 11001101 1010010 1000101 0 111100 10100 10000000 111011 110101

Color Harmonies of #40CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD52

Black with #40CD52

Text Example


Text Example

White with #40CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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