#3DDB49

Color #3DDB49 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3DDB49

Tints of Lime Green #3DDB49

Color information

#3DDB49 (or 0x3DDB49) is unknown color: approx Lime Green. HEX triplet: 3D, DB and 49. RGB value is (61,219,73). Sum of RGB (Red+Green+Blue) = 61+219+73=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 219 (85.94% from 255 or 62.04% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB49 is #C224B6. Grayscale: #9B9B9B. Windows color (decimal): -12723383 or 4840253. OLE color: 4840253.

HSL color Cylindrical-coordinate representation of color #3DDB49: hue angle of 124.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB49 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB6121973-
CMYK0.7200.670.14
HSL124.56º68.7%54.9%-
HSV(B)124.56º72.15%85.88%-
XYZ28.4652.1414.87-
YUV155.1181.6560.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 219 (85.94% from 255) = 62.04%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=17.28%
G=62.04%
B=20.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61219730.7200.670.14124.5668.754.9
Hex3DDB4948043E7d4537
Octal7533311111001031617510567
Binary111101110110111001001100100001000011111011111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DDB49; }

 p { color: rgb(61,219,73); }

 H1.HeaderClassName
 {
   color: #3DDB49;
 }
 .AnyTagClassName
 {
   color: #3DDB49;
 }
</style>
background-color css

<style>
 a { background-color: #3DDB49; }

 a { background-color: rgb(61,219,73); }

 div.DivClassName
 {
   background-color: #3DDB49;
 }
 .BgClassName
 {
   background-color: #3DDB49;
 }
</style>
border-color css

<style>
 span { border-color: #3DDB49; }

 span { border-color: rgb(61,219,73); }

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