Html Css Color HEX #40DD33 Lime Green

📋 copy color: '#40DD33'

red 64 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #40DD33

Tints of Lime Green #40DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 19.05%
G = 65.77%
B = 15.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#40DD33 (or 0x40DD33) is known color: Lime Green. HEX triplet: 40, DD and 33. RGB value is (64,221,51). Sum of RGB (Red+Green+Blue) = 64+221+51=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD33 is #BF22CC. Grayscale: #9B9B9B. Windows color (decimal): -12526285 or 3398976. OLE color: 3398976.

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

Color convert

RGB 64 221 51 -
CMYK 0.71 0 0.77 0.13
HSL 115.41º 0.71% 0.53% -
HSV(B) 115.41º 0.77% 0.87% -
XYZ 28.57 53.04 11.86 -
YUV 154.68 69.49 63.32 -
System Red Green Blue C M Y K H S L
Decimal 64 221 51 0.71 0 0.77 0.13 115.41 0.71 0.53
Hex 40 DD 33 47 0 4D D 73 47 35
Octal 100 335 63 107 0 115 15 163 107 65
Binary 1000000 11011101 110011 1000111 0 1001101 1101 1110011 1000111 110101

Color Harmonies of #40DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD33

Black with #40DD33

Text Example


Text Example

White with #40DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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