Html Css Color HEX #40DD52 Lime Green

📋 copy color: '#40DD52'

red 64 ◦ green 221 ◦ blue 82

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

Shades of Lime Green #40DD52

Tints of Lime Green #40DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.22%

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

R = 17.44%
G = 60.22%
B = 22.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#40DD52 (or 0x40DD52) is known color: Lime Green. HEX triplet: 40, DD and 52. RGB value is (64,221,82). Sum of RGB (Red+Green+Blue) = 64+221+82=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD52 is #BF22AD. Grayscale: #9E9E9E. Windows color (decimal): -12526254 or 5430592. OLE color: 5430592.

HSL color Cylindrical-coordinate representation of color #40DD52: hue angle of 126.88º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD52 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 82 -
CMYK 0.71 0 0.63 0.13
HSL 126.88º 0.7% 0.56% -
HSV(B) 126.88º 0.71% 0.87% -
XYZ 29.49 53.41 16.74 -
YUV 158.21 84.99 60.8 -
System Red Green Blue C M Y K H S L
Decimal 64 221 82 0.71 0 0.63 0.13 126.88 0.7 0.56
Hex 40 DD 52 47 0 3F D 7F 46 38
Octal 100 335 122 107 0 77 15 177 106 70
Binary 1000000 11011101 1010010 1000111 0 111111 1101 1111111 1000110 111000

Color Harmonies of #40DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD52

Black with #40DD52

Text Example


Text Example

White with #40DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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