#3DD550

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

Shades of Lime Green #3DD550

Tints of Lime Green #3DD550

Color information

#3DD550 (or 0x3DD550) is unknown color: approx Lime Green. HEX triplet: 3D, D5 and 50. RGB value is (61,213,80). Sum of RGB (Red+Green+Blue) = 61+213+80=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD550 is #C22AAF. Grayscale: #989898. Windows color (decimal): -12724912 or 5297469. OLE color: 5297469.

HSL color Cylindrical-coordinate representation of color #3DD550: hue angle of 127.5º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD550 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB6121380-
CMYK0.7100.620.16
HSL127.5º64.41%53.73%-
HSV(B)127.5º71.36%83.53%-
XYZ27.1749.1615.65-
YUV152.3987.1462.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.23%
GREEN value IS 213 (83.59% from 255) = 60.17%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=17.23%
G=60.17%
B=22.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61213800.7100.620.16127.564.4153.73
Hex3DD5504703E10804036
Octal753251201070762020010066
Binary1111011101010110100001000111011111010000100000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,213,80); }

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

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

 a { background-color: rgb(61,213,80); }

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

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

 span { border-color: rgb(61,213,80); }

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