#3DD155

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

Shades of Lime Green #3DD155

Tints of Lime Green #3DD155

Color information

#3DD155 (or 0x3DD155) is unknown color: approx Lime Green. HEX triplet: 3D, D1 and 55. RGB value is (61,209,85). Sum of RGB (Red+Green+Blue) = 61+209+85=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD155 is #C22EAA. Grayscale: #969696. Windows color (decimal): -12725931 or 5624125. OLE color: 5624125.

HSL color Cylindrical-coordinate representation of color #3DD155: hue angle of 129.73º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD155 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB6120985-
CMYK0.7100.590.18
HSL129.73º61.67%52.94%-
HSV(B)129.73º70.81%81.96%-
XYZ26.3647.2516.32-
YUV150.6190.9764.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.18%
GREEN value IS 209 (82.03% from 255) = 58.87%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=17.18%
G=58.87%
B=23.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61209850.7100.590.18129.7361.6752.94
Hex3DD1554703B12823e35
Octal75321125107073222027665
Binary111101110100011010101100011101110111001010000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,209,85); }

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

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

 a { background-color: rgb(61,209,85); }

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

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

 span { border-color: rgb(61,209,85); }

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