#3DD945

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

Shades of Lime Green #3DD945

Tints of Lime Green #3DD945

Color information

#3DD945 (or 0x3DD945) is unknown color: approx Lime Green. HEX triplet: 3D, D9 and 45. RGB value is (61,217,69). Sum of RGB (Red+Green+Blue) = 61+217+69=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD945 is #C226BA. Grayscale: #999999. Windows color (decimal): -12723899 or 4577597. OLE color: 4577597.

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

Color convert

RGB6121769-
CMYK0.7200.680.15
HSL123.08º67.24%54.51%-
HSV(B)123.08º71.89%85.1%-
XYZ27.8151.0514.02-
YUV153.4880.3262.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 217 (85.16% from 255) = 62.54%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=17.58%
G=62.54%
B=19.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61217690.7200.680.15123.0867.2454.51
Hex3DD94548044F7b4337
Octal7533110511001041717310367
Binary111101110110011000101100100001000100111111110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,217,69); }

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

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

 a { background-color: rgb(61,217,69); }

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

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

 span { border-color: rgb(61,217,69); }

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