Html Css Color HEX #40DD3B Lime Green

📋 copy color: '#40DD3B'

red 64 ◦ green 221 ◦ blue 59

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

Shades of Lime Green #40DD3B

Tints of Lime Green #40DD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 18.6%
G = 64.24%
B = 17.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#40DD3B (or 0x40DD3B) is known color: Lime Green. HEX triplet: 40, DD and 3B. RGB value is (64,221,59). Sum of RGB (Red+Green+Blue) = 64+221+59=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD3B is #BF22C4. Grayscale: #9C9C9C. Windows color (decimal): -12526277 or 3923264. OLE color: 3923264.

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

Color convert

RGB 64 221 59 -
CMYK 0.71 0 0.73 0.13
HSL 118.15º 0.7% 0.55% -
HSV(B) 118.15º 0.73% 0.87% -
XYZ 28.76 53.12 12.87 -
YUV 155.59 73.49 62.67 -
System Red Green Blue C M Y K H S L
Decimal 64 221 59 0.71 0 0.73 0.13 118.15 0.7 0.55
Hex 40 DD 3B 47 0 49 D 76 46 37
Octal 100 335 73 107 0 111 15 166 106 67
Binary 1000000 11011101 111011 1000111 0 1001001 1101 1110110 1000110 110111

Color Harmonies of #40DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD3B

Black with #40DD3B

Text Example


Text Example

White with #40DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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