Html Css Color HEX #40DD1E Lime Green

📋 copy color: '#40DD1E'

red 64 ◦ green 221 ◦ blue 30

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

Shades of Lime Green #40DD1E

Tints of Lime Green #40DD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 20.32%
G = 70.16%
B = 9.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#40DD1E (or 0x40DD1E) is known color: Lime Green. HEX triplet: 40, DD and 1E. RGB value is (64,221,30). Sum of RGB (Red+Green+Blue) = 64+221+30=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD1E is #BF22E1. Grayscale: #989898. Windows color (decimal): -12526306 or 2022720. OLE color: 2022720.

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

Color convert

RGB 64 221 30 -
CMYK 0.71 0 0.86 0.13
HSL 109.32º 0.76% 0.49% -
HSV(B) 109.32º 0.86% 0.87% -
XYZ 28.21 52.9 9.95 -
YUV 152.28 58.99 65.03 -
System Red Green Blue C M Y K H S L
Decimal 64 221 30 0.71 0 0.86 0.13 109.32 0.76 0.49
Hex 40 DD 1E 47 0 56 D 6D 4C 31
Octal 100 335 36 107 0 126 15 155 114 61
Binary 1000000 11011101 11110 1000111 0 1010110 1101 1101101 1001100 110001

Color Harmonies of #40DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD1E

Black with #40DD1E

Text Example


Text Example

White with #40DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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